Skip to content

Commit

Permalink
Prevent extraneous double builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Oct 9, 2023
1 parent ae32e3c commit 0647a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Build
on:
workflow_dispatch:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
release:
types: [created]

Expand Down

0 comments on commit 0647a73

Please sign in to comment.