Skip to content

Commit 7c17b81

Browse files
Update llvm.yml
1 parent 5ea8297 commit 7c17b81

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/llvm.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22

3-
on:
4-
push:
5-
types:
3+
on: [push]
64

75
jobs:
86
build_llvm:
@@ -33,4 +31,4 @@ jobs:
3331
uses: tstellar/actions/build-test-llvm-project@master
3432
with:
3533
cmake_args: -G Ninja -DCMAKE_BUILD_TYPE=Release ${{ matrix.cmake_args }}
36-
os: ${{ runner.os }}
34+
os: ${{ runner.os }}

0 commit comments

Comments
 (0)