From 575d51088c8a4a4a6979b934bfe161adcee23c0e Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 27 May 2025 15:28:02 +0200 Subject: [PATCH] .github: rename default branch from flatcar-master to main Rename the default branch from flatcar-master to main, following the general Flatcar repo settings guideline. Note: we should not touch download URLs of seismograph yet, which should be updated afterwards. --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index cccc344..3828cee 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -2,9 +2,9 @@ name: C/C++ CI on: push: - branches: [ flatcar-master ] + branches: [ main ] pull_request: - branches: [ flatcar-master ] + branches: [ main ] jobs: build: