Skip to content

Commit c8441ce

Browse files
committed
Prevent main builds
1 parent 42fd1e3 commit c8441ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
# Setup & Configuration
3232
Setup:
3333
name: "Setup & Configuration "
34+
if: ${{ !(github.event.pull_request.head.repo.fork && github.ref == 'refs/heads/main') }}
3435
runs-on: ubuntu-latest
3536
outputs:
3637
GitVersion_BranchName: ${{ steps.gitversion.outputs.GitVersion_BranchName }}

0 commit comments

Comments
 (0)