Skip to content

Commit

Permalink
protect against those who develop with their fork on master (qmk#10815)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and Owen Winkler committed Nov 5, 2020
1 parent eee8a24 commit 82d7a86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 82d7a86

Please sign in to comment.