Преглед изворни кода

made it so the cmake workflow runs on cmake related changes (#2083)

pull/2084/head
mandar1jn пре 3 година
committed by GitHub
родитељ
комит
e5cdfab97d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 6 додато и 0 уклоњено
  1. +6
    -0
      .github/workflows/cmake.yml

+ 6
- 0
.github/workflows/cmake.yml Прегледај датотеку

@ -7,11 +7,17 @@ on:
- 'src/**'
- 'examples/**'
- '.github/workflows/cmake.yml'
- 'CMakeList.txt'
- 'CMakeOptions.txt'
- 'cmake/**'
pull_request:
paths:
- 'src/**'
- 'examples/**'
- '.github/workflows/cmake.yml'
- 'CMakeList.txt'
- 'CMakeOptions.txt'
- 'cmake/**'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

Loading…
Откажи
Сачувај