Skip to content

Commit

Permalink
chore: only run build on master
Browse files Browse the repository at this point in the history
  • Loading branch information
GoatG33k committed Jun 15, 2021
1 parent 8838522 commit 11f6293
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,8 +1,9 @@
on: [push]
jobs:
test:
build:
runs-on: windows-latest
name: Build Executable
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 11f6293

Please sign in to comment.