Skip to content

Commit

Permalink
fix(ci): update triggers for CMake workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed May 15, 2024
1 parent 766815a commit fdf60f0
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,23 @@ name: CMake + Conan

on:
push:
branches: [ "master" ]
branches:
- "**"
paths:
- '.github/workflows/**'
- 'include/**'
- 'tests/**'
- '**/CMakeLists.txt'
- '**/conanfile.txt'
pull_request:
branches: [ "master" ]

branches:
- "**"
paths:
- '.github/workflows/**'
- 'include/**'
- 'tests/**'
- '**/CMakeLists.txt'
- '**/conanfile.txt'

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

0 comments on commit fdf60f0

Please sign in to comment.