Skip to content

Commit

Permalink
workflows/deploy: Trigger also on issue_comment edit
Browse files Browse the repository at this point in the history
We might need to retrigger staging by adding one more comment.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Apr 26, 2024
1 parent 49822f5 commit 59297fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# pull_request:
# types: [review_requested]
issue_comment:
types: [created]
types: [created, edited]

jobs:
deploy_staging:
Expand Down

0 comments on commit 59297fb

Please sign in to comment.