From 420ac6a3ea1d4301d55c7f713fbf06df50c10ecf Mon Sep 17 00:00:00 2001 From: shiyuhang <1136742008@qq.com> Date: Tue, 28 Oct 2025 17:03:12 +0800 Subject: [PATCH] fix actiob --- .github/workflows/ci.yml | 2 ++ .github/workflows/integration-test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98725ff..5a49961 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: ci on: pull_request: + push: + branches: [ main ] workflow_dispatch: jobs: diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 1d9a5fd..d271124 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -2,6 +2,8 @@ name: integration test on: pull_request: + push: + branches: [ main ] workflow_dispatch: jobs: