mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-11 06:09:42 -05:00
fix ci
This commit is contained in:
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@@ -6,7 +6,7 @@ name: Build test for Linux
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the main branch
|
||||
push:
|
||||
branches: [ master, dev ]
|
||||
branches: [ main, dev ]
|
||||
# pull_request:
|
||||
# branches: [ main ]
|
||||
|
||||
|
||||
2
.github/workflows/build_maixcam.yml
vendored
2
.github/workflows/build_maixcam.yml
vendored
@@ -6,7 +6,7 @@ name: Build test for MaixCAM
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the main branch
|
||||
push:
|
||||
branches: [ master, dev ]
|
||||
branches: [ main, dev ]
|
||||
# pull_request:
|
||||
# branches: [ main ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user