mirror of
https://github.com/nqrduck/LimeDriver.git
synced 2024-11-24 02:52:26 +00:00
Update c-cpp.yml
This commit is contained in:
parent
4c5077c5fc
commit
036f4d10a2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
|
@ -2,7 +2,7 @@ name: C/C++ CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches-ignore: [ ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
@ -31,4 +31,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
path: build
|
||||
|
|
Loading…
Reference in a new issue