diff --git a/.github/workflows/ci-cpu.yml b/.github/workflows/ci-cpu.yml index 9410cea7fc50602f74c9698fb032f1fb9499a1c5..895ee62a3a6b0633aefa5e627afc6fcfab435bd2 100644 --- a/.github/workflows/ci-cpu.yml +++ b/.github/workflows/ci-cpu.yml @@ -2,7 +2,7 @@ name: CI CPU on: push: - branches: [master] + branches: [master, try-import] pull_request: jobs: diff --git a/.github/workflows/ci-cuda.yml b/.github/workflows/ci-cuda.yml index 5d740ad5f652681bc572342f8e28a167d22987e5..410882c243ae4fc225954f5abb1c0660b86d4fc5 100644 --- a/.github/workflows/ci-cuda.yml +++ b/.github/workflows/ci-cuda.yml @@ -2,7 +2,7 @@ name: CI GPU on: push: - branches: [master] + branches: [master, try-import] pull_request: jobs: