Skip to content

Commit

Permalink
Merge pull request #174 from EmilioCristalli/deploy-fork
Browse files Browse the repository at this point in the history
Don't run deploy workflow on forks
  • Loading branch information
EmilioCristalli authored Oct 9, 2024
2 parents 38c45f3 + 488acb9 commit b7eaeb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:

jobs:
deploy:
if: github.repository == 'cedarcode/webauthn-rails-demo-app'

runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit b7eaeb4

Please sign in to comment.