Skip to content

Commit

Permalink
Run release CI on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 3, 2024
1 parent 786a8a8 commit d94cc4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create Release
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
tags:
- '*'
release:
types: [ published ]

Expand Down

0 comments on commit d94cc4e

Please sign in to comment.