Browse Source

protect against those who develop with their fork on master (#10815)

pull/10819/head
Joel Challis 3 years ago
committed by GitHub
parent
commit
7b33897b97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/api.yml

+ 3
- 0
.github/workflows/api.yml View File

@ -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:


Loading…
Cancel
Save