소스 검색

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 키 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.)

불러오는 중...
취소
저장