Skip to content

Commit

Permalink
Prebuild: Trigger on tag instead of release (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Jan 16, 2024
1 parent 79ba8d2 commit b44f7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Add native binaries to release

on:
release:
types: [created]
push:
tags: ['*']
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b44f7d0

Please sign in to comment.