Skip to content

Commit

Permalink
Merge pull request #159 from TechnologyBrewery/153-pr-ci-fix
Browse files Browse the repository at this point in the history
#153 💚 updating to only build PRs via GitHub Action when …
  • Loading branch information
d-ryan-ashcraft authored Jun 24, 2024
2 parents db57235 + 4881a3d commit 399fdb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ name: Build Habushu
on:
push:
branches: [ "dev" ]
pull_request_target:
branches: [ "dev" ]
pull_request_review:
types: [submitted]

jobs:
build:

if: github.event.review.state == 'approved'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 399fdb2

Please sign in to comment.