Skip to content

Commit

Permalink
Fix GitHub Actions for *-blue branch[es]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianMacik committed Oct 4, 2022
1 parent 54ca269 commit 7049fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches:
- main
- 7.[0-9]+.x
- 7.[0-9]+.x-blue
paths-ignore:
- 'optaplanner-8-benchmarks/**'

pull_request:
branches:
- main
- 7.[0-9]+.x
- 7.[0-9]+.x-blue
paths-ignore:
- 'optaplanner-8-benchmarks/**'

Expand Down

0 comments on commit 7049fdd

Please sign in to comment.