Skip to content

Commit

Permalink
chore(gh-actions): Build only on master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mightyjo committed Mar 26, 2021
1 parent 62d5855 commit 01f49bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

on:
push:
branches: [ master, gh-actions ]
branches: [ master ]
tags-ignore:
- 'v*'
pull_request:
Expand Down

0 comments on commit 01f49bb

Please sign in to comment.