Skip to content

Commit

Permalink
Merge pull request #53 from bonitasoft/7.15.x
Browse files Browse the repository at this point in the history
[merge] 7.15.x into 8.0.x
  • Loading branch information
bonita-ci authored Mar 13, 2024
2 parents 718a1ca + 1f7e9ce commit c207f12
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ on:
jobs:
build-pr:
if: |
startsWith(github.head_ref, '7.14.x') != 'true' ||
startsWith(github.head_ref, '7.15.x') != 'true' ||
startsWith(github.head_ref, '8.0.x') != 'true' ||
startsWith(github.head_ref, 'master') != 'true' ||
startsWith(github.head_ref, '7.') != 'true' &&
startsWith(github.head_ref, '8.') != 'true' &&
startsWith(github.head_ref, 'master') != 'true' &&
startsWith(github.head_ref, 'release-') != 'true'
uses: ./.github/workflows/_reusable_build.yml
secrets: inherit

0 comments on commit c207f12

Please sign in to comment.