Run on created releases instead of tags
All checks were successful
/ cargo test (push) Successful in 23s
All checks were successful
/ cargo test (push) Successful in 23s
This commit is contained in:
parent
b9c200ab2c
commit
f93b8a43eb
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
on: [tag]
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
name: docker build
|
||||
|
|
Loading…
Reference in a new issue