Skip to content

Commit 6dc285c

Browse files
authored
Update build-ci.yml
1 parent b73d326 commit 6dc285c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: JUSTBUILD
22

33
on:
44
workflow_dispatch: # allows manual triggering
@@ -12,7 +12,7 @@ on:
1212
- master
1313
paths:
1414
[
15-
".github/workflows/build.yml",
15+
".github/workflows/build-ci.yml",
1616
"**/CMakeLists.txt",
1717
"**/Makefile",
1818
"**/*.h",
@@ -29,7 +29,7 @@ on:
2929
types: [opened, synchronize, reopened]
3030
paths:
3131
[
32-
".github/workflows/build.yml",
32+
".github/workflows/build-ci.yml",
3333
"**/CMakeLists.txt",
3434
"**/Makefile",
3535
"**/*.h",

0 commit comments

Comments
 (0)