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: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: '**' branches:
paths: [ quickget ] - master
paths:
- quickget
pull_request: pull_request:
branches: '**' branches:
paths: [ quickget ] - **
paths:
concurrency: - quickget
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
quickget-tests: quickget-tests: