Skip to content

Commit

Permalink
Only run release workflow once per release
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves authored May 17, 2024
1 parent 95302b8 commit 0ec8a6b
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
@@ -1,6 +1,9 @@
name: Release

on: [release, workflow_dispatch]
on:
workflow_dispatch:
release:
types: [published]

jobs:
build:
Expand Down

0 comments on commit 0ec8a6b

Please sign in to comment.