Skip to content

Commit

Permalink
Merge pull request #115 from nils-a/feature/GH-114
Browse files Browse the repository at this point in the history
(#114) build PR only if they originate in remote repos
  • Loading branch information
nils-a authored Jul 20, 2024
2 parents a3bb495 + e9cdda1 commit 0928045
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 0928045

Please sign in to comment.