Change workflows

This commit is contained in:
problematicconsumer
2024-01-13 14:48:56 +03:30
parent 251fa42fac
commit d5d26dd311
4 changed files with 86 additions and 101 deletions

23
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: CI
on:
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
jobs:
run:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
upload-artifact: false