From 9e6977d067c29cc17a4834078964100e0c6162e4 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 7 Feb 2024 11:03:45 +1100 Subject: [PATCH] Fix ci.yml for main branch rename --- .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 4341cdc..3dde253 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master, staging, trying] + branches: [main, staging, trying] pull_request: branches: [main]