From 9f58a388e140a8545d403bf86714044fe7478df3 Mon Sep 17 00:00:00 2001 From: maxou <94895440+maximequinzin@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:00:43 +0200 Subject: [PATCH] Update developer_ci.yml --- .github/workflows/developer_ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/developer_ci.yml b/.github/workflows/developer_ci.yml index 24f28a385..93a1a303a 100644 --- a/.github/workflows/developer_ci.yml +++ b/.github/workflows/developer_ci.yml @@ -2,7 +2,9 @@ name: Developer CI on: - pull_request: + pull_request_target: + + push: env: @@ -22,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Detect workflow changes run: | - echo "This is original CI from main" + echo "This is MODIFIED 3 CI from main" # # fetch base branch # git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1