Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere authored Aug 30, 2021
1 parent 49b5703 commit 4d46e83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: release
on:
push:
branches:
- 'v*.*'
- "v[0-9]+.[0-9]+"
tags:
- 'v*.*.**'
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
jobs:
check-ref:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d46e83

Please sign in to comment.