Skip to content

Commit

Permalink
Run workflows on any major version branch (#615)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi committed Mar 26, 2024
1 parent 3add823 commit 05baf9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
- main
- [0-9]+.[0-9]+
- '[0-9]+.[0-9]+'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
- main
- [0-9]+.[0-9]+
- '[0-9]+.[0-9]+'

jobs:
test:
Expand Down

0 comments on commit 05baf9b

Please sign in to comment.