Skip to content

Commit 00b38b3

Browse files
committed
workflows: enable running on release-3.* PRs
Currently issues like that mentioned in #908 won't be caught because we're not testing stable branch PRs (cherry picked from commit 7229178)
1 parent a430076 commit 00b38b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
- "release-3.*"
1213
# Review gh actions docs if you want to further define triggers, paths, etc
1314
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
1415

0 commit comments

Comments
 (0)