Skip to content

Commit

Permalink
mod: fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao92 committed Aug 23, 2021
1 parent 29d6d13 commit dd59f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/studio-tar-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Studio Tar Package
on:
push:
branches:
- hetao-test
- master
jobs:
package:
name: build package
Expand All @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 'hetao-test'
ref: 'master'
path: source/nebula-graph-studio
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit dd59f47

Please sign in to comment.