Skip to content

Commit f49c213

Browse files
committed
ci: add master back to workflow triggers
Github needs to see all the triggers on the master branch version of this file for them to work. We should keep the same triggers on the release branch. Signed-off-by: Christian Hopps <[email protected]>
1 parent 3815807 commit f49c213

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
@@ -6,9 +6,11 @@ name: CI
66
on:
77
pull_request:
88
branches:
9+
- master
910
- b_3.x
1011
push:
1112
branches:
13+
- master
1214
- b_3.x
1315
tags:
1416
- v*

0 commit comments

Comments
 (0)