Skip to content

Commit

Permalink
fix(ci): use published as trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Sep 18, 2024
1 parent 2be2600 commit a0c7a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
name: ship binaries

on:
release:
types: [created]
types: [published]

jobs:
upload-assets:
Expand Down

0 comments on commit a0c7a9a

Please sign in to comment.