Skip to content

Commit

Permalink
ci: prevent 'publish' job from running on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Apr 17, 2024
1 parent 65fb6c7 commit 2a8f5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

publish-npm:
name: Publish npm package(s)
if: github.repository == 'd3fc/d3fc'
needs: build-test-lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2a8f5ab

Please sign in to comment.