feat: add if statement in sync workflow

This commit is contained in:
yanglbme 2020-10-18 15:56:15 +08:00
parent 7b706af68a
commit 5f73bb3898

View File

@ -7,6 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'doocs/advanced-java'
steps:
- name: Sync To Gitee
uses: wearerequired/git-mirror-action@master