Skip to content

Commit

Permalink
'v' prefixed version tags
Browse files Browse the repository at this point in the history
#no-ci
  • Loading branch information
Lucide committed Feb 2, 2021
1 parent 0bcd6c3 commit c403012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prerelease
on:
push:
tags:
- '*-b'
- 'v*-b'

jobs:
prerelease:
Expand Down
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
on:
push:
tags-ignore:
- '*-b'
- 'v*-b'

jobs:
prerelease:
Expand Down

0 comments on commit c403012

Please sign in to comment.