Skip to content

Commit

Permalink
Do not push on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jun 13, 2024
1 parent 25f2d16 commit a93495a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
qmk --verbose generate-docs
- name: Deploy
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.event_name == 'push' && github.repository == 'qmk/qmk_firmware' }}
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a93495a

Please sign in to comment.