This commit is contained in:
problematicconsumer
2024-01-14 13:46:10 +03:30
parent 337a49b556
commit f75b7852a1
2 changed files with 5 additions and 5 deletions

View File

@@ -15,10 +15,14 @@ on:
- '.vscode/'
- 'appcast.xml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run:
uses: ./.github/workflows/build.yml
secrets: inherit
permissions: write-all
with:
upload-artifact: false
upload-artifact: ${{ github.event_name == 'push' }}