diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bb9705edb..6cd91d66e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,7 +19,8 @@ on: push: branches: - 'pull-request/**' - - "branch-*" + - 'branch-*' + - 'main' # This allows a subsequently queued workflow run to interrupt previous runs concurrency: @@ -31,7 +32,7 @@ jobs: uses: ./.github/workflows/ci_pipe.yml with: run_check: ${{ startsWith(github.ref_name, 'pull-request/') }} - run_package_conda: ${{ startsWith(github.ref_name, 'branch-') }} + run_package_conda: ${{ !startsWith(github.ref_name, 'pull-request/') }} container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-driver-221130 test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-base-221130 secrets: