From b209df15cc4676e19170c55918381c4105996cac Mon Sep 17 00:00:00 2001 From: Steven Hao Date: Thu, 25 Jan 2024 14:12:05 -0800 Subject: [PATCH] Update 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 e621bb4d..3ac1598e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Continuous Integration on: push: - branches: [ main ] + branches: [ '*' ] pull_request: - branches: [ main ] + branches: [ '*' ] jobs: build: