Marc Cornellà 2023-10-28 10:29:54 +02:00
parent 7348d12f8e
commit 7733e3ab57
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ on:
workflow_dispatch: {} workflow_dispatch: {}
push: push:
paths: paths:
- tools/install.sh - 'tools/install.sh'
- .github/workflows/installer - '.github/workflows/installer/**'
- .github/workflows/installer.yml - '.github/workflows/installer.yml'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}