Skip to content

Commit fce914d

Browse files
Updates build.yml trigger to automatically start workflow when a release branch is created
1 parent 7fba8b8 commit fce914d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: CI
66

77
# Controls when the action will run.
88
on:
9-
# Triggers the workflow on push or pull request events but only for the main branch
9+
# Triggers the workflow on push or pull request events but only for the main or release branches
1010
push:
11-
branches: [ main ]
11+
branches: [ main, 'rel/*' ]
1212
pull_request:
1313
branches: [ main ]
1414

0 commit comments

Comments
 (0)