浏览代码

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

pull/2084/head
mandar1jn 3 年前
committed by GitHub
父节点
当前提交
e5cdfab97d
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      .github/workflows/cmake.yml

+ 6
- 0
.github/workflows/cmake.yml 查看文件

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

正在加载...
取消
保存