Skip to content

Commit

Permalink
#153 💚 updating to only build PRs via GitHub Action when they are app…
Browse files Browse the repository at this point in the history
…roved
  • Loading branch information
d-ryan-ashcraft committed Jun 24, 2024
1 parent 2936d96 commit 65524c6
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 65524c6

Please sign in to comment.