From 0e52f6cf27f1788909c56ea08206541f2ac013e8 Mon Sep 17 00:00:00 2001 From: Walt Jones Date: Wed, 23 Mar 2022 16:21:23 -0700 Subject: [PATCH] ci: fix main branch name to run ci on PR (#50) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 847d513..2077320 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: push: branches: [ '**' ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: