Skip to content

Commit

Permalink
Allow to release base on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Sep 9, 2021
1 parent fdf9c72 commit a2d2a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- 'v*.*.*'
branches:
- 'release-*.*.*'

jobs:
release:
Expand Down

0 comments on commit a2d2a3e

Please sign in to comment.