Skip to content

Commit

Permalink
Add branch patterns to CI workflows (#294)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Jun 21, 2024
1 parent 01b0386 commit fef7c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_and_pr_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Main and pull request checks
on:
push:
branches: [ main ]
branches: [ 'main', 'version.*' ]
pull_request:
branches: [ main ]
branches: [ 'main', 'version.*' ]
jobs:
assemble:
strategy:
Expand Down

0 comments on commit fef7c4d

Please sign in to comment.