From 94e0ff2f6116c962f8f5aef29cf180927891ac2c Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Wed, 30 Aug 2023 16:26:56 +0800 Subject: [PATCH] Extend the triggering rules of CI --- .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 2252a22c..0a27440f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,9 @@ name: CI on: push: - branches: [master] + branches: ["**"] pull_request: - branches: [master] + branches: ["**"] schedule: - cron: "0 6 * * 1-5" workflow_dispatch: