From 0c8bd18633035eb503aed3c20eb8d330020104e4 Mon Sep 17 00:00:00 2001 From: Oliver Sun Date: Thu, 26 Oct 2023 13:17:48 -0400 Subject: [PATCH] trigger --- .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 62b3d53..44979bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [ main ] + branches: [ '*' ] tags: [ 'v*' ] pull_request: branches: [ main ]