Skip to content

Commit

Permalink
ci(release-ci): fix wrong tag match pattern on push event
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Feb 9, 2024
1 parent 62372de commit 9ceba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
tags:
- '^v*'
- 'v*'
env:
CI_NAME: Release CI
jobs:
Expand Down

0 comments on commit 9ceba21

Please sign in to comment.