diff options
-rw-r--r-- | .github/workflows/api.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 2d09089b6..dfb1b5889 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml | |||
@@ -13,6 +13,9 @@ jobs: | |||
13 | runs-on: ubuntu-latest | 13 | runs-on: ubuntu-latest |
14 | container: qmkfm/base_container | 14 | container: qmkfm/base_container |
15 | 15 | ||
16 | # protect against those who develop with their fork on master | ||
17 | if: github.repository == 'qmk/qmk_firmware' | ||
18 | |||
16 | steps: | 19 | steps: |
17 | - uses: actions/checkout@v2 | 20 | - uses: actions/checkout@v2 |
18 | with: | 21 | with: |