Skip to content

Commit

Permalink
Revert "[ci] trigger deploy_release on edited"
Browse files Browse the repository at this point in the history
This reverts commit 0fe9beb.
  • Loading branch information
yushijinhun committed Nov 1, 2023
1 parent 0fe9beb commit da91095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deploy_release
on:
release:
types: [published, edited]
types: [published]
jobs:
deploy_release:
if: contains(github.event.release.body, '@@release.trigger_deploy@@')
Expand Down

0 comments on commit da91095

Please sign in to comment.