Skip to content

Commit c25a658

Browse files
committed
ignore some files in actions
1 parent b546a24 commit c25a658

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@ name: CMake on multiple platforms
55
on:
66
push:
77
branches: [ "main" ]
8+
paths-ignore:
9+
- '.editorconfig'
10+
- '.gitignore'
11+
- 'CMakePresets.json'
12+
- 'LICENSE'
13+
- 'README*'
814
pull_request:
915
branches: [ "main" ]
16+
paths-ignore:
17+
- '.editorconfig'
18+
- '.gitignore'
19+
- 'CMakePresets.json'
20+
- 'LICENSE'
21+
- 'README*'
1022

1123
jobs:
1224
build:

0 commit comments

Comments
 (0)