Skip to content

Commit

Permalink
Merge pull request #172 from TechnologyBrewery/fix-ci-build
Browse files Browse the repository at this point in the history
#171 run CI build if on dev branch or PR approved
  • Loading branch information
ewilkins-csi authored Jul 8, 2024
2 parents b859cac + 25b210f commit 8ccfa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build:
if: github.event.review.state == 'approved'
if: github.event.review.state == 'approved' || github.ref == 'refs/heads/dev'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 8ccfa1d

Please sign in to comment.