Skip to content

Commit

Permalink
[github-actions] upgrade release.yml to work on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Sep 12, 2023
1 parent 694bbb4 commit 062ce5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- v[0-9]+.[0-9]+.[0-9]+

jobs:
build-n-publish:
Expand Down

0 comments on commit 062ce5f

Please sign in to comment.