Skip to content

Commit

Permalink
Fixed tag regex so that CI kicks in on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
apognu committed Jul 7, 2020
1 parent 34ddef8 commit a3f74af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release build
on:
push:
tags:
- "v*"
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a3f74af

Please sign in to comment.