Skip to content

Commit 8442194

Browse files
committed
cleanup CI script a bit
1 parent 8a78b63 commit 8442194

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/blank.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master, c2rust ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, c2rust ]
7+
branches: [ master ]
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1514
- uses: actions/checkout@v2
1615

1716
- name: Build
18-
run: make -j $(nproc)
17+
run: make all -j $(nproc)

0 commit comments

Comments
 (0)