Files
umbrix/.github/workflows/ci.yml
problematicconsumer d5d26dd311 Change workflows
2024-01-13 14:48:56 +03:30

23 lines
363 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
with:
upload-artifact: false