Skip to content

Commit 50c8fa4

Browse files
authored
chore: Fixing PR workflow trigger for forks (#22)
1 parent fa24c63 commit 50c8fa4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
name: Git PR Status Checks
1+
name: PR Status Checks
22

33
on:
4-
pull_request: {}
5-
4+
pull_request:
5+
branches:
6+
- main
7+
pull_request_target:
8+
branches:
9+
- main
10+
611
concurrency:
712
group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
813
cancel-in-progress: true
@@ -14,7 +19,7 @@ permissions:
1419
actions: write
1520
checks: write
1621
statuses: write
17-
22+
1823
jobs:
1924
pr-status-check:
2025
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"

0 commit comments

Comments
 (0)