Files
umbrix/.github/workflows/ci.yml
problematicconsumer 0ae1fcf8d6 Fix ci
2024-01-13 14:56:01 +03:30

24 lines
390 B
YAML

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
permissions: write-all
with:
upload-artifact: false