Skip to content

Commit

Permalink
fix(ci): update release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
425devon committed Jul 26, 2023
1 parent 3658b62 commit 9077488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-to-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Sync changes from release tag
on:
release:
types: [published, created, released]
types: published
jobs:
merge:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9077488

Please sign in to comment.