We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201a2d7 commit 4912245Copy full SHA for 4912245
.github/workflows/pr-tests.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
branches: [main, master, release]
6
types: [opened, synchronize, reopened]
7
+ push:
8
+ branches:
9
+ - release
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments