Skip to content

Commit

Permalink
Do not doubly run push and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Thodor12 committed Aug 20, 2024
1 parent d8fd3f1 commit a0121a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions:
jobs:
build:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@18f3f7d0191d1a567efcd04dbab91253407db79a
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
with:
java: 17
secrets: inherit
Expand Down

0 comments on commit a0121a3

Please sign in to comment.