Skip to content

Commit

Permalink
revert simplification of tag patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Nov 27, 2019
1 parent b3f8557 commit 3df1924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release
on:
push:
tags: ['v*', '!*-*'] # only v tags, but skip prereleases
tags:
- 'v*'
- '!*-*' # skip prereleases

jobs:
github:
Expand Down

0 comments on commit 3df1924

Please sign in to comment.