mirror of https://github.com/zachjs/sv2v.git
prevent duplicate build of release tags
This commit is contained in:
parent
7aed23b650
commit
1ff4729266
|
|
@ -1,6 +1,10 @@
|
|||
name: Main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
tags-ignore:
|
||||
- v*
|
||||
pull_request:
|
||||
release:
|
||||
types:
|
||||
|
|
|
|||
Loading…
Reference in New Issue