Skip to content

Commit

Permalink
fix: change the triggering condition (#3028)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Nov 20, 2020
1 parent 0db5f81 commit 449188f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mirror.yml
@@ -1,9 +1,7 @@
name: 🤖 Sync to Gitee Mirror

on:
push:
branches:
- gh-pages
page_build

jobs:
build:
Expand All @@ -29,3 +27,4 @@ jobs:
gitee-password: ${{ secrets.GITEE_PASSWORD }}
# 注意替换为你的 Gitee 仓库
gitee-repo: antv-g2/antv-g2
branch: gh-pages

0 comments on commit 449188f

Please sign in to comment.