Skip to content

Commit

Permalink
trigger publish workflow only on "v*" tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jul 30, 2023
1 parent 57e209c commit 8057c39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on:
workflow_dispatch: {}
push:
# Sequence of patterns matched against refs/tags
tags:
- "*"
workflow_dispatch:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Publish

Expand Down

0 comments on commit 8057c39

Please sign in to comment.