Skip to content

Commit

Permalink
Merge pull request #3200 from lioman/don't-run-deploy-on-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Oct 24, 2023
2 parents 4caf9a8 + 5c36cfb commit 0282c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
environment: Deployment
needs: [test, lint, docs]
runs-on: ubuntu-latest
if: github.ref=='refs/heads/master' && github.event_name!='pull_request'
if: github.ref=='refs/heads/master' && github.event_name!='pull_request' && github.repository == 'getpelican/pelican'

permissions:
contents: write
Expand Down

0 comments on commit 0282c1d

Please sign in to comment.