Skip to content

Commit

Permalink
(#114) build PR only if they originate in remote repos
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Jul 20, 2024
1 parent a3bb495 commit e9cdda1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
os: [windows-2022, ubuntu-22.04, macos-12]
Expand Down

0 comments on commit e9cdda1

Please sign in to comment.