~ruther/qmk_firmware

7b33897b974222e9d36032f1630455bf542dee7e — Joel Challis 4 years ago d705918
protect against those who develop with their fork on master (#10815)

1 files changed, 3 insertions(+), 0 deletions(-)

M .github/workflows/api.yml
M .github/workflows/api.yml => .github/workflows/api.yml +3 -0
@@ 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: