Skip to content

Commit

Permalink
Added if condition to disable deployments on forks
Browse files Browse the repository at this point in the history
Co-authored-by: Rick Staa <[email protected]>
  • Loading branch information
Zo-Bro-23 and rickstaa authored Jan 22, 2023
1 parent 9f00a12 commit c766d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
config:
if: github.repository == ‘anuraghazra/github-readme-stats’
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c766d0b

Please sign in to comment.