From ccd1d39f1fd4503d6fa1fe296529c4af0d55990f Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:16:43 +1300 Subject: [PATCH] ci: Update for main branch rename --- .github/workflows/test-build.yml | 4 ++-- .github/workflows/test-compile.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 65b3b2cf9e0..9958f31efc9 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -3,10 +3,10 @@ name: Build and run tests on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: build-yosys: diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 9f92542e124..c32fc8030aa 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -3,10 +3,10 @@ name: Compiler testing on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: test-compile: