Skip to content

Commit

Permalink
feat(infra): allow starting production and development workflows via …
Browse files Browse the repository at this point in the history
…`workflow_dispatch`
  • Loading branch information
ClayenKitten committed Nov 4, 2024
1 parent 82de831 commit 70fb459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Development workflow
permissions: write-all

on:
workflow_dispatch:
push:
branches: ["develop"]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Production workflow
permissions: write-all

on:
workflow_dispatch:
push:
branches: ["main"]

Expand Down

0 comments on commit 70fb459

Please sign in to comment.