From 61d3354fcf7f017d41966b60d42d8688bad4208b Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Sat, 2 Mar 2024 18:55:20 +0800 Subject: [PATCH] ci: only sync branch in source repo (#353) --- .github/workflows/sync-bugfixes.yml | 1 + .github/workflows/sync-dev-firefox.yml | 1 + .github/workflows/sync-dev.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/sync-bugfixes.yml b/.github/workflows/sync-bugfixes.yml index 0e909d75..2ef61335 100644 --- a/.github/workflows/sync-bugfixes.yml +++ b/.github/workflows/sync-bugfixes.yml @@ -6,6 +6,7 @@ on: jobs: sync-branches: + if: github.repository == 'hakadao/BewlyBewly' runs-on: ubuntu-latest name: Syncing branches steps: diff --git a/.github/workflows/sync-dev-firefox.yml b/.github/workflows/sync-dev-firefox.yml index 451557a4..a79a1680 100644 --- a/.github/workflows/sync-dev-firefox.yml +++ b/.github/workflows/sync-dev-firefox.yml @@ -6,6 +6,7 @@ on: jobs: sync-branches: + if: github.repository == 'hakadao/BewlyBewly' runs-on: ubuntu-latest name: Syncing branches steps: diff --git a/.github/workflows/sync-dev.yml b/.github/workflows/sync-dev.yml index 76abbba1..7793d02c 100644 --- a/.github/workflows/sync-dev.yml +++ b/.github/workflows/sync-dev.yml @@ -6,6 +6,7 @@ on: jobs: sync-branches: + if: github.repository == 'hakadao/BewlyBewly' runs-on: ubuntu-latest name: Syncing branches steps: