From d16167f604ee92e08401097955e31fb2b15695ca Mon Sep 17 00:00:00 2001 From: zvecr Date: Thu, 29 Oct 2020 00:06:39 +0000 Subject: [PATCH] protect against those who develop with their fork on master --- .github/workflows/api.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 2d09089b651b..dfb1b58895af 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -13,6 +13,9 @@ jobs: runs-on: ubuntu-latest container: qmkfm/base_container + # protect against those who develop with their fork on master + if: github.repository == 'qmk/qmk_firmware' + steps: - uses: actions/checkout@v2 with: