diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59bc94a..6a2244e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,7 @@ name: Build on: + pull_request: push: branches-ignore: - main @@ -8,6 +9,7 @@ on: jobs: ci: name: CI + if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork }} uses: ./.github/workflows/ci.yml with: isRelease: false