chore(ci): clean up test-quickget.yml

This commit is contained in:
Martin Wimpress 2024-07-02 12:48:46 +01:00 committed by Martin Wimpress
parent f7861a6e7f
commit ecfafc8125
1 changed files with 8 additions and 8 deletions

View File

@ -3,15 +3,15 @@ name: "Test quickget 🧪"
on:
workflow_dispatch:
push:
branches: '**'
paths: [ quickget ]
branches:
- master
paths:
- quickget
pull_request:
branches: '**'
paths: [ quickget ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
branches:
- **
paths:
- quickget
jobs:
quickget-tests: