Skip to content

Commit

Permalink
Publish on new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jun 3, 2024
1 parent 365b5e3 commit a42d1f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish release
on:
# Runs whenever a new release is created in GitHub
release:
types: [ created ]
# Runs whenever a new tag is pushed
push:
tags:
- '*.*.*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit a42d1f7

Please sign in to comment.