Skip to content

Commit 5cb0a3c

Browse files
fix: Add branch 3.x to workflow triggers for push and pull requests
1 parent 972ea5e commit 5cb0a3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- main
77
- 1.x
88
- 2.x
9+
- 3.x
910
pull_request:
1011
branches:
1112
- main
1213
- 1.x
1314
- 2.x
15+
- 3.x
1416

1517
jobs:
1618
test:

0 commit comments

Comments
 (0)