fix: prevent Deploy action running on forks

This commit is contained in:
Oliver Eyton-Williams 2021-03-30 09:26:08 +02:00
parent d63d2ff63c
commit c2b38c19fa
No known key found for this signature in database
GPG key ID: C4B00673186643C5

View file

@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
if: github.repository == 'freeCodeCamp/devdocs'
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Ruby