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