ci: do not trigger publish on push to main
This commit is contained in:
parent
a4a299e246
commit
25ea5e1112
1 changed files with 0 additions and 2 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -4,8 +4,6 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- v*
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue