Skip to content

Commit

Permalink
Don't build twice
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiisbored committed Jul 8, 2023
1 parent 31e5cd3 commit 9438127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Build"

on:
push: {}
push:
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'yukiisbored/zcauchemar' }}
pull_request: {}

jobs:
Expand Down

0 comments on commit 9438127

Please sign in to comment.