Skip to content

Commit 7da5e06

Browse files
authored
Merge pull request #163 from franvila/testForkChecker
test
2 parents 3cab3df + ed2a4c3 commit 7da5e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fork_branch_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check fork branch
14-
if: github.event.pull_request.head.repo.full_name != github.repository && github.ref_name == 'main'
14+
if: github.event.pull_request.head.repo.full_name != github.repository && github.ref_name != 'main'
1515
uses: actions/github-script@v3
1616
with:
1717
script: |

0 commit comments

Comments
 (0)