diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92cd0433..149958d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,9 @@ name: CI-Pipeline on: push: - branches: [ main ] + branches: [ main, test ] pull_request: - branches: [ main ] + branches: [ main, test ] permissions: contents: read diff --git a/.github/workflows/gpu-ci.yml b/.github/workflows/gpu-ci.yml index 46caf703..277e4980 100644 --- a/.github/workflows/gpu-ci.yml +++ b/.github/workflows/gpu-ci.yml @@ -2,7 +2,7 @@ name: GPU CI on: pull_request_target: - branches: [ main ] + branches: [ main, test ] paths: - 'csrc/**' - 'rl_engine/**'