Skip to content

Commit

Permalink
Do not invoke builds on pushing changes in some files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho committed Feb 7, 2024
1 parent affc91c commit 761bd26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ on:
branches:
- 'master'
- '*'
paths-ignore:
- .gitignore
- README.md
pull_request:
branches:
- 'master'
- '*'
workflow_dispatch:
branches:
- '*'

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

0 comments on commit 761bd26

Please sign in to comment.