chore: Update action to trigger on pull request for any branch
This commit is contained in:
parent
9c2c19458f
commit
cb2b4415af
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test_python_3_10.yml
vendored
3
.github/workflows/test_python_3_10.yml
vendored
|
|
@ -4,7 +4,8 @@ on:
|
|||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [labeled, synchronize]
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue