Skip to content

Commit

Permalink
fix(github): add branch condition on release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunanwg committed Aug 17, 2024
1 parent a781cf6 commit 9eb6113
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 @@ -3,6 +3,8 @@ name: Release
on:
push:
tags: releases/[1-9]+.[0-9]+.[0-9]+
branches:
- feat-v2.1.0
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9eb6113

Please sign in to comment.