Skip to content

Commit 4912245

Browse files
authored
chore: make pr-tests run on branch release (#384)
1 parent 201a2d7 commit 4912245

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [main, master, release]
66
types: [opened, synchronize, reopened]
7+
push:
8+
branches:
9+
- release
710

811
concurrency:
912
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)