Skip to content

Commit

Permalink
Use repository_dispatch to trigger binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron authored Aug 23, 2024
1 parent faa68fa commit 6c8bcac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build binaries & add as release assets

on:
release:
types: [created, published, released, prereleased]
repository_dispatch:
types: [trigger_binary_build]

jobs:
build:
Expand Down

0 comments on commit 6c8bcac

Please sign in to comment.