From 946819c18a91ece2f3a80ff0f526a6c4dca2dc29 Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Thu, 7 Mar 2024 16:59:21 -0800 Subject: [PATCH] switch CI to use main -- get those tests back.. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 823d338ec..ef8bc99a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy pull_request: push: branches: - - "master" + - "main" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: