From f6f66597bac2e9ded809047246369cf917085499 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Tue, 26 Jul 2022 17:06:56 -0700 Subject: [PATCH] `master` -> `main` --- .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 e308d04..38bfb4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,8 @@ name: CI on: push: - branches: # Trigger only on the master branch to avoid duplicate runs on PR branches - - master + branches: # Trigger only on the main branch to avoid duplicate runs on PR branches + - main pull_request: # Trigger All PRs jobs: