Add dispatch trigger to all workflows

This commit is contained in:
katexochen 2022-10-12 10:50:06 +02:00 committed by Paul Meyer
parent 49f233246c
commit 1f290af09b
9 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,6 @@
name: Check licenses
on:
workflow_dispatch:
push:
branches: [main]
paths:

View File

@ -1,6 +1,7 @@
name: Links
on:
workflow_dispatch:
push:
branches:
- main

View File

@ -1,5 +1,6 @@
name: Create Pull Request for CLI reference update
on:
workflow_dispatch:
push:
branches:
- action/constellation/update-cli-reference

View File

@ -1,5 +1,6 @@
name: Linting
on:
workflow_dispatch:
push:
branches:
- main

View File

@ -1,6 +1,7 @@
name: Govulncheck
on:
workflow_dispatch:
push:
branches:
- main

View File

@ -1,6 +1,7 @@
name: Golangci-lint
on:
workflow_dispatch:
push:
branches:
- main

View File

@ -1,5 +1,6 @@
name: Shellcheck
on:
workflow_dispatch:
push:
branches:
- main

View File

@ -1,6 +1,7 @@
name: Go mod tidy check
on:
workflow_dispatch:
push:
branches:
- main

View File

@ -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: