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
|
name: Main
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
tags-ignore:
|
||||||
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue