use tag push instead of commit push
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 1m10s
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 1m10s
This commit is contained in:
parent
f851ac44f6
commit
aa03f2ec49
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ name: Publish latest version
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue