Skip to content

Commit

Permalink
CI: Filter release publishing workflow by tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Nov 20, 2024
1 parent f77698a commit a21e0e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish GitHub Release

on:
workflow_dispatch:
tags:
- v*.*.*
inputs:
draftRelease:
description: 'Mark as draft'
Expand Down

0 comments on commit a21e0e8

Please sign in to comment.