ci : actually no reason to exclude GPU code from triggers

This commit is contained in:
Georgi Gerganov 2024-02-22 13:33:00 +02:00
parent a697cd1314
commit 41676d9920
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -7,10 +7,10 @@ on:
branches: branches:
- master - master
- test/server-add-ci-test # FIXME remove - test/server-add-ci-test # FIXME remove
paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp'] paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m']
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp'] paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m']
jobs: jobs:
ubuntu-latest-cmake: ubuntu-latest-cmake: