Skip to content

Commit

Permalink
Change trigger, because triggering on tag created never worked!
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Feb 15, 2024
1 parent 3b906b6 commit 4426f45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/on_tag_generate_release_notes.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: On tag created generate GitHub release with notes
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
on: [release]
types: [published]

jobs:
deploy:
Expand Down

0 comments on commit 4426f45

Please sign in to comment.