mirror of https://github.com/F-Stack/f-stack.git
Update ci.yml
This commit is contained in:
parent
49cd29c63f
commit
266f0d21c4
|
@ -2,8 +2,6 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
@ -35,5 +33,5 @@ jobs:
|
|||
- name: Build example
|
||||
run: make -C example
|
||||
|
||||
-name: Check output
|
||||
run: tree .
|
||||
- name: Check output
|
||||
run: tree .
|
||||
|
|
Loading…
Reference in New Issue