Skip to content

Commit db797fb

Browse files
committed
ci(build): 🎡 restrict push triggers to dev and main branches
Update the push event configuration to explicitly list 'dev' and 'main' branches. This ensures the workflow only runs when changes are pushed to these specific branches, respecting the existing path filters.
1 parent c216834 commit db797fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
type: boolean
1414
default: false
1515
push:
16+
branches:
17+
- dev
18+
- main
1619
paths:
1720
- 'src/proxy_app/**'
1821
- 'src/rotator_library/**'

0 commit comments

Comments
 (0)