From f6d156dda46c32d101dcd3ca0e0f9ad5fbbc1950 Mon Sep 17 00:00:00 2001 From: Neucrack Date: Sun, 18 Aug 2024 13:40:03 +0800 Subject: [PATCH] fix ci --- .github/workflows/build_linux.yml | 2 +- .github/workflows/build_maixcam.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 2909b586..8395fbd7 100755 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -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 ] diff --git a/.github/workflows/build_maixcam.yml b/.github/workflows/build_maixcam.yml index b5b7724f..02a90012 100755 --- a/.github/workflows/build_maixcam.yml +++ b/.github/workflows/build_maixcam.yml @@ -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 ]