Skip to content

Commit

Permalink
ci: temporarily stop github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrinmoyHaloi committed Apr 13, 2024
1 parent 07b0578 commit 6df4517
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Test CMake app

on:
push:
paths:
- "**.cpp"
- "**.h"
- "CMakeLists.txt"
- "**.cmake"
pull_request:
paths:
- "**.cpp"
- "**.h"
- "CMakeLists.txt"
- "**.cmake"
# on:
# push:
# paths:
# - "**.cpp"
# - "**.h"
# - "CMakeLists.txt"
# - "**.cmake"
# pull_request:
# paths:
# - "**.cpp"
# - "**.h"
# - "CMakeLists.txt"
# - "**.cmake"

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit 6df4517

Please sign in to comment.