Skip to content

Commit

Permalink
Update release.yaml (#170)
Browse files Browse the repository at this point in the history
* Update release.yaml
  • Loading branch information
apoorva-marisomaradhya committed Sep 27, 2021
1 parent 117e72e commit cf95198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- v[0-9].[0-9]+.[0-9]+
- "v*.*.*"
branches:
- -master
- release-*
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ name: snapshot
on:
push:
tags:
- v[0-9].[0-9]+.[0-9]+-rc[0-9]+
- v[0-9].[0-9]+.[0-9]+-rc.[0-9]+
- '*'
branches:
- -master
- release-*
Expand Down

0 comments on commit cf95198

Please sign in to comment.