Skip to content

Commit

Permalink
Update CI to trigger on branch push to 'dev/*'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Sep 12, 2024
1 parent 8f85fd1 commit cb69436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main or release branches
push:
branches: [ main, 'rel/*' ]
branches: [ main, 'rel/*', 'dev/*' ]
pull_request:
branches: [ main, 'dev/*' ]

Expand Down

0 comments on commit cb69436

Please sign in to comment.