Skip to content

Commit

Permalink
fix/build: trigger release when pre-release is changed to release
Browse files Browse the repository at this point in the history
~ This didn't seem to work properly. Adding the 'edited' type to the triggers to see if it fixes it.
  • Loading branch information
fetzu committed Aug 10, 2024
1 parent ec5bf9c commit 0c01971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
release:
types:
- 'released'
- 'edited'

jobs:
push_to_registries:
Expand Down

0 comments on commit 0c01971

Please sign in to comment.