Skip to content

Commit

Permalink
Don't run build on tags
Browse files Browse the repository at this point in the history
If it's a release there will already be a release build
  • Loading branch information
Daft-Freak committed Feb 11, 2021
1 parent 6b3973a commit fc2ed7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -7,6 +7,8 @@ name: Build

on:
push:
branches:
- '**' # only run on branches
pull_request:
release:
types: [created]
Expand Down

0 comments on commit fc2ed7b

Please sign in to comment.