Skip to content

Commit c5b1dc4

Browse files
committed
ci: add v3 release branch to workflow triggers
Github needs to see all the triggers on the master/main branch version of this file for them to work. Signed-off-by: Christian Hopps <[email protected]>
1 parent 1deecd8 commit c5b1dc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77
pull_request:
88
branches:
99
- master
10+
- b_3.x
1011
push:
1112
branches:
1213
- master
14+
- b_3.x
1315
tags:
1416
- v*
1517

0 commit comments

Comments
 (0)