From 6299ec6a526922671ade312a0868848ee53ea329 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Sat, 4 Jan 2025 18:58:53 +0900 Subject: [PATCH] Update workflows to main I renamed the main branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b445dd..65806ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: ci on: push: - branches: [master, staging, trying] + branches: [main, staging, trying] pull_request: - branches: [master] + branches: [main] workflow_dispatch: {} jobs: build: