Skip to content

Commit

Permalink
Run workflows on any major version branch (#614)
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 5a03173 commit 3add823
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
- 2.[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
- 2.[0-9]+
- [0-9]+.[0-9]+

jobs:
test:
Expand Down

0 comments on commit 3add823

Please sign in to comment.