Skip to content

Commit

Permalink
Merge pull request #13 from BolajiOlajide/bo/disable-release-forks
Browse files Browse the repository at this point in the history
add condition to github workflow
  • Loading branch information
lilpolymath authored Jun 30, 2024
2 parents a863661 + 857745a commit 4f5d6d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
# only want to run this job on the repo and not on forks.
if: github.repository_owner == 'BolajiOlajide'

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4f5d6d5

Please sign in to comment.