Skip to content

Commit

Permalink
HOTFIX: Add workflow_dispatch even to trigger manual actions (#66)
Browse files Browse the repository at this point in the history
* ci: add workflow_dispatch event for action trigger

* chore: fix environment
  • Loading branch information
prakashchoudhary07 authored Aug 13, 2024
1 parent 2aa3551 commit a431d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy to production
on:
workflow_dispatch:
push:
branches: main
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy to staging
on:
workflow_dispatch:
push:
branches: develop
jobs:
Expand Down

0 comments on commit a431d17

Please sign in to comment.