use tag push instead of commit push
Some checks failed
PR Check / lint-and-format (pull_request) Failing after 48s
Some checks failed
PR Check / lint-and-format (pull_request) Failing after 48s
This commit is contained in:
parent
a790ddf377
commit
db98ef16b7
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ name: Publish latest version
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
tags:
|
||||||
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue