add workflow_dispatch trigger
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# template source: https://github.com/bretfisher/docker-build-workflow/blob/main/templates/call-docker-build.yaml
|
# template source: https://github.com/bretfisher/docker-build-workflow/blob/main/templates/call-docker-build.yaml
|
||||||
name: Helm Charts
|
name: Helm Charts
|
||||||
|
|
||||||
on: [push,pull_request]
|
on: [push,pull_request,workflow_dispatch]
|
||||||
# push: &helmPaths # turns out gitea don't handle well the paths filter
|
# push: &helmPaths # turns out gitea don't handle well the paths filter
|
||||||
# paths:
|
# paths:
|
||||||
# - '*/\.yaml'
|
# - '*/\.yaml'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# template source: https://github.com/bretfisher/docker-build-workflow/blob/main/templates/call-docker-build.yaml
|
# template source: https://github.com/bretfisher/docker-build-workflow/blob/main/templates/call-docker-build.yaml
|
||||||
name: Hashicorp Vault
|
name: Hashicorp Vault
|
||||||
|
|
||||||
on: [push,pull_request]
|
on: [push,pull_request,workflow_dispatch]
|
||||||
# push: &helmPaths # turns out gitea don't handle well the paths filter
|
# push: &helmPaths # turns out gitea don't handle well the paths filter
|
||||||
# paths:
|
# paths:
|
||||||
# - '*/\.yaml'
|
# - '*/\.yaml'
|
||||||
|
|||||||
Reference in New Issue
Block a user