Skip to content

Commit a0ed718

Browse files
committed
sq
1 parent 68c2253 commit a0ed718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [ push, pull_request ]
33
jobs:
44
build:
55
# allow triggering on a push to the repo, or a PR build, not both events
6-
if: github.event_name == 'push' || github.event.pull_request.head.sha != github.sha
6+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.sha != github.sha)
77
name: Build
88
runs-on: ubuntu-latest
99
strategy:

0 commit comments

Comments
 (0)