We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a32656 commit f8922b3Copy full SHA for f8922b3
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Checkout for pushing to protected branch
40
uses: actions/checkout@v4
41
id: checkout-protected
42
- if: github.event_name == 'push' || contains(github.actor, 'Garner')
+ if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
43
with:
44
ssh-key: "${{ secrets.CHECK_SPELLING }}"
45
0 commit comments