Skip to content

Commit 44d3d9d

Browse files
committed
Update build.yml to include 'dev/*' branches on push
1 parent 6e55687 commit 44d3d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: CI
88
on:
99
# Triggers the workflow on push or pull request events but only for the main or release branches
1010
push:
11-
branches: [ main, 'rel/*' ]
11+
branches: [ main, 'rel/*', 'dev/*' ]
1212
pull_request:
1313
branches: [ main, 'dev/*' ]
1414

0 commit comments

Comments
 (0)