Browse Source

ci(yml): enable try-import branch invoke ci on push

release-1.5
huangxinda XindaH 4 years ago
parent
commit
e67fefcdca
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/ci-cpu.yml
  2. +1
    -1
      .github/workflows/ci-cuda.yml

+ 1
- 1
.github/workflows/ci-cpu.yml View File

@@ -2,7 +2,7 @@ name: CI CPU

on:
push:
branches: [master]
branches: [master, try-import]
pull_request:

jobs:


+ 1
- 1
.github/workflows/ci-cuda.yml View File

@@ -2,7 +2,7 @@ name: CI GPU

on:
push:
branches: [master]
branches: [master, try-import]
pull_request:

jobs:


Loading…
Cancel
Save