Skip to content

Commit

Permalink
ci: Trigger on release instead of tag push (#13)
Browse files Browse the repository at this point in the history
Triggering from tag pushed from CI does not work as GitHub blocks it to prevent infinitely running actions or accidental retriggers.
  • Loading branch information
gteufelberger authored May 3, 2024
1 parent 7d965b9 commit 8675619
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "Make release"
on:
push:
tags:
- 'v*'
release:
types: [ created ]

permissions:
contents: write # Needed to write to GitHub draft release
Expand Down

0 comments on commit 8675619

Please sign in to comment.