Allow any tag to trigger (#2)
All checks were successful
Deploy / deploy (push) Successful in 41s
All checks were successful
Deploy / deploy (push) Successful in 41s
Reviewed-on: #2
This commit is contained in:
parent
20dd98b2da
commit
240a912419
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ name: Deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue