Skip to content

Commit

Permalink
prevent duplicate build of release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjs committed Jun 20, 2020
1 parent 7aed23b commit 1ff4729
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Main
on:
push:
branches:
- '*'
tags-ignore:
- v*
pull_request:
release:
types:
Expand Down

0 comments on commit 1ff4729

Please sign in to comment.