Skip to content

Commit

Permalink
CI: added workflow dispatch to deployment workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Aug 25, 2024
1 parent 8fb771c commit 543678a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
deploy:
name: Deploy to production
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- development
workflow_dispatch:

jobs:
deploy:
name: Deploy to staging
Expand Down

0 comments on commit 543678a

Please sign in to comment.