Skip to content

Commit 94d0dd6

Browse files
committed
sq
1 parent d2c62a9 commit 94d0dd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build project
22
on: [ push, pull_request ]
33
jobs:
44
build:
5+
# 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
57
name: Build
68
runs-on: ubuntu-latest
79
strategy:

0 commit comments

Comments
 (0)