Skip to content

Commit 0203195

Browse files
committed
Run PR Check GHA on every branch and allow it in Forks
This allows contributors to verify that everything is running fine before doing a PR
1 parent a03f7d5 commit 0203195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: PR Check
22

33
on:
4+
push:
45
pull_request:
56
branches:
67
- main
@@ -9,7 +10,6 @@ jobs:
910
build:
1011
name: Build branch
1112
runs-on: ubuntu-latest
12-
if: ${{ github.repository_owner == 'spring-projects' }}
1313
steps:
1414
- name: Checkout source code
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)