mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Add dispatch trigger to all workflows
This commit is contained in:
parent
49f233246c
commit
1f290af09b
1
.github/workflows/check-licenses.yml
vendored
1
.github/workflows/check-licenses.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: Check licenses
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
|
1
.github/workflows/check-links.yml
vendored
1
.github/workflows/check-links.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Links
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
1
.github/workflows/docs-update-reference.yml
vendored
1
.github/workflows/docs-update-reference.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: Create Pull Request for CLI reference update
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- action/constellation/update-cli-reference
|
||||
|
1
.github/workflows/docs-vale.yml
vendored
1
.github/workflows/docs-vale.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: Linting
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
1
.github/workflows/test-govulncheck.yml
vendored
1
.github/workflows/test-govulncheck.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Govulncheck
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
1
.github/workflows/test-lint.yml
vendored
1
.github/workflows/test-lint.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Golangci-lint
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
1
.github/workflows/test-shellcheck.yml
vendored
1
.github/workflows/test-shellcheck.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: Shellcheck
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
1
.github/workflows/test-tidy.yml
vendored
1
.github/workflows/test-tidy.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Go mod tidy check
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
2
.github/workflows/update-cli-reference.yml
vendored
2
.github/workflows/update-cli-reference.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: Publish CLI reference to documentation
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@ -7,7 +8,6 @@ on:
|
||||
- "cli/cmd/**"
|
||||
- "cli/internal/cmd/**"
|
||||
- "hack/clidocgen/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish-to-docs:
|
||||
|
Loading…
Reference in New Issue
Block a user