We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b546a24 commit c25a658Copy full SHA for c25a658
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -5,8 +5,20 @@ name: CMake on multiple platforms
5
on:
6
push:
7
branches: [ "main" ]
8
+ paths-ignore:
9
+ - '.editorconfig'
10
+ - '.gitignore'
11
+ - 'CMakePresets.json'
12
+ - 'LICENSE'
13
+ - 'README*'
14
pull_request:
15
16
17
18
19
20
21
22
23
jobs:
24
build:
0 commit comments