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'
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
name: Hashicorp Vault
|
name: Hashicorp Vault
|
||||||
|
|
||||||
on: #[push,pull_request]
|
on: #[push,pull_request]
|
||||||
|
workflow_dispatch: {}
|
||||||
push: &vaultPaths
|
push: &vaultPaths
|
||||||
paths:
|
paths:
|
||||||
- 'hashicorp-vault/**/*.tf'
|
- 'hashicorp-vault/**/*.tf'
|
||||||
|
|||||||
Reference in New Issue
Block a user