New trigger for a workflow
This commit is contained in:
parent
2d8957489e
commit
58371e6e43
1 changed files with 3 additions and 1 deletions
4
.github/workflows/tag-deploy.yml
vendored
4
.github/workflows/tag-deploy.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: 'Release deploy workflow'
|
name: 'Release deploy workflow'
|
||||||
|
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
# push:
|
# push:
|
||||||
# tags:
|
# tags:
|
||||||
# - **
|
# - **
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue