diff --git a/.github/workflows/unittest.yaml b/.github/workflows/unittest.yaml index a8eb657ab..6b8edee81 100644 --- a/.github/workflows/unittest.yaml +++ b/.github/workflows/unittest.yaml @@ -2,11 +2,7 @@ name: Python application test on: workflow_dispatch: - pull_request: - branches: - - 'main' - - 'dev' - - '*-release' + pull_request_target: push: branches: - 'main' @@ -56,5 +52,3 @@ jobs: ./tests/data/rsp_cache_new.json retention-days: 3 if: ${{ always() }} - - \ No newline at end of file