From 9e69de95c6330c1b04b403c19440191969cf39e5 Mon Sep 17 00:00:00 2001 From: Ben Deane Date: Mon, 30 Mar 2026 16:27:33 -0600 Subject: [PATCH] :construction_worker: Update CI for cpp20 branch Problem: - CI directives refer to the `main` branch. Solution: - Update CI to run on the `cpp20` branch. --- .github/workflows/unit_tests.yml | 4 ++-- .github/workflows/usage_test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 738a89d..da14d9e 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -5,9 +5,9 @@ on: workflow_dispatch: merge_group: push: - branches: [ main ] + branches: [ cpp20 ] pull_request: - branches: [ main ] + branches: [ cpp20 ] env: DEBIAN_FRONTEND: noninteractive diff --git a/.github/workflows/usage_test.yml b/.github/workflows/usage_test.yml index b4e7b18..21a5d5c 100644 --- a/.github/workflows/usage_test.yml +++ b/.github/workflows/usage_test.yml @@ -5,9 +5,9 @@ on: workflow_dispatch: merge_group: push: - branches: [ main ] + branches: [ cpp20 ] pull_request: - branches: [ main ] + branches: [ cpp20 ] env: DEBIAN_FRONTEND: noninteractive