From c3935ea3fa08b2e1805f142d5ceff2096d35fc82 Mon Sep 17 00:00:00 2001 From: deftio Date: Wed, 7 Aug 2024 14:19:10 -0700 Subject: [PATCH] changed branch in ci.yml --- .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 d777cce..d9ed2b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: