Skip to content

Commit

Permalink
feat: support vstory tag in pre-release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xuefei1313 committed Dec 30, 2024
1 parent 4d306d5 commit c885fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'pre-release/[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+'
- 'pre-release/[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
- 'pre-release/[0-9]+.[0-9]+.[0-9]+-hotfix.[0-9]+'
- 'pre-release/[0-9]+.[0-9]+.[0-9]+-vstory.[0-9]+'

jobs:
build:
Expand Down

0 comments on commit c885fdc

Please sign in to comment.