Skip to content

Commit 5de24ee

Browse files
committed
fix(ci): add if when not pull request
1 parent 5e96728 commit 5de24ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
build:
2424
name: build (${{ matrix.platform }})
2525
runs-on: ${{ matrix.runner }}
26+
if: github.event_name != 'pull_request'
2627

2728
strategy:
2829
fail-fast: false

0 commit comments

Comments
 (0)