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: