Skip to content

Commit

Permalink
ci: add workflow_dispatch to all build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 31, 2023
1 parent 2d22e5d commit cc85985
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- "dev-tools/**"
- ".github/workflows/dev-tools.yml"
- ".github/actions/build-docker-image/**"
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- "nginx/**"
- ".github/workflows/nginx.yml"
- ".github/actions/build-docker-image/**"
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- "photon/**"
- ".github/workflows/photon.yml"
- ".github/actions/build-docker-image/**"
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- "php-fpm/**"
- ".github/workflows/php-fpm.yml"
- ".github/actions/build-docker-image/**"
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- "traefik/**"
- ".github/workflows/traefik.yml"
- ".github/actions/build-docker-image/**"
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit cc85985

Please sign in to comment.