Skip to content

Commit

Permalink
chore: trigger release on release publish rather
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Mar 22, 2024
1 parent 7c04d37 commit 4837442
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: CI-release

on:
# Release event https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#release
# Note: The `prereleased` type will not trigger for pre-releases published from draft releases, but the `published`
# type will trigger. If you want a workflow to run when stable and pre-releases publish, subscribe to `published`
# instead of `released` and `prereleased`.
release:
types: [ prereleased, released ]
types: [ published ]

jobs:
publish:
Expand Down

0 comments on commit 4837442

Please sign in to comment.