Skip to content

Commit

Permalink
Update ci for cuda branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatdongdang committed Jul 4, 2024
1 parent d12d0ed commit f0859f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI

on:
push:
branches: main
branches: cuda-staging
paths: ['**.cu','**.c','**.cpp', '**.h', '**CMakeLists.txt']
pull_request:
branches: main
branches: cuda-staging
paths: ['**.cu','**.c','**.cpp', '**.h', '**CMakeLists.txt']

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: cpp-linter
on:
pull_request:
branches: main
branches: cuda-staging
paths: ['**.cu','**.cpp','**.c', '**.h', '**CMakeLists.txt']
push:
branches: main
branches: cuda-staging
paths: ['**.cu','**.cpp','**.c', '**.h', '**CMakeLists.txt']

permissions:
Expand Down

0 comments on commit f0859f7

Please sign in to comment.