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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, cuda ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ master, cuda ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user