aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorslaren <slarengh@gmail.com>2023-06-12 19:12:47 +0200
committerGitHub <noreply@github.com>2023-06-12 20:12:47 +0300
commite4caa8da59c1c97dc23fa336f4d726984a20560f (patch)
treefeaf8f96a192ff6e7ec76dca8ea27832e0c97326 /.github
parent58970a4c39124a647ac2a640d9e178ea6c961e65 (diff)
ci : run when changing only the CUDA sources (#1800)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c98cbcb..b87ea76 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,10 +10,10 @@ on:
push:
branches:
- master
- paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp']
+ paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
pull_request:
types: [opened, synchronize, reopened]
- paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp']
+ paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}