From 0b71ac19c4ef24b0f4ed1f0e82792956e8fc5103 Mon Sep 17 00:00:00 2001 From: Simon Davis Date: Tue, 7 Mar 2023 13:02:18 -0800 Subject: [PATCH] fix default branch name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6994cac..50ad94b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: pull_request: push: branches: - - main + - master - 'releases/*' jobs: basic-validation-call: