File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: "CMake Windows"
3
3
on :
4
4
push :
5
5
branches : [z80]
6
+ pull_request :
7
+ branches : [z80]
6
8
7
9
jobs :
8
10
build-llvm :
@@ -174,7 +176,7 @@ jobs:
174
176
nightly :
175
177
runs-on : ubuntu-latest
176
178
needs : [build-clang]
177
- if : github.ref == 'refs/heads/z80'
179
+ if : github.ref == 'refs/heads/z80' && github.event_name != 'pull_request'
178
180
179
181
steps :
180
182
- name : Download Windows ez80-clang
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: "CMake Linux/macOS"
3
3
on :
4
4
push :
5
5
branches : [z80]
6
+ pull_request :
7
+ branches : [z80]
6
8
7
9
jobs :
8
10
build-llvm :
@@ -362,7 +364,7 @@ jobs:
362
364
nightly :
363
365
runs-on : ubuntu-latest
364
366
needs : [build-clang, test-llvm-z80]
365
- if : github.ref == 'refs/heads/z80'
367
+ if : github.ref == 'refs/heads/z80' && github.event_name != 'pull_request'
366
368
367
369
steps :
368
370
- name : Download Ubuntu 22.04 ez80-clang
You can’t perform that action at this time.
0 commit comments