Skip to content

Commit

Permalink
Start release workflow on pushing tags instead of branches (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexodessa authored Nov 18, 2024
1 parent 4d6641f commit 14b0c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
push:
branches:
- 'master'
- 'v*.*.*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 14b0c56

Please sign in to comment.