Skip to content

Commit 9a472ae

Browse files
ci: fix block-autosquash-commits
1 parent b176b59 commit 9a472ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
jobs:
55

66
block-autosquash-commits:
7-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
7+
if: github.event_name == 'push'
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/[email protected]

0 commit comments

Comments
 (0)