From 46276ca7d9aee532b08abfb042d32ff657709a0e Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Fri, 27 Sep 2024 09:47:01 -0700 Subject: [PATCH] ci: fix branch to look at --- .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 ca6cfe0..8460d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: test: