Update cmake.yml

This commit is contained in:
Jasmine Iwanek
2022-02-18 17:38:16 -05:00
committed by GitHub
parent 78629c077e
commit 6d57d031fa

View File

@@ -3,7 +3,6 @@ name: CMake
on: on:
push: push:
paths: paths:
- src/** - src/**
- "**/CMakeLists.txt" - "**/CMakeLists.txt"
@@ -13,7 +12,6 @@ on:
- "!**/Makefile*" - "!**/Makefile*"
pull_request: pull_request:
paths: paths:
- src/** - src/**
- "**/CMakeLists.txt" - "**/CMakeLists.txt"