Skip to content

Commit

Permalink
Update check_target_on_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suppamax authored Dec 22, 2023
1 parent b88b4cc commit 9eee13d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_target_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ jobs:
run: exit 0
- if: ${{ github.event.pull_request.base.ref != 'dev' }}
run: exit 1
- if: ${{ github.event.push.ref == 'refs/heads/master' }}
run: exit 1
- if: ${{ github.event.push.ref != 'refs/heads/master' }}
run: exit 0

0 comments on commit 9eee13d

Please sign in to comment.