Add ci for cuda branch too
This commit is contained in:
parent
20c29ed815
commit
6effcbcdc8
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -3,9 +3,9 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master, cuda ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master, cuda ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user