Skip to content

Commit cfc2b99

Browse files
authored
add some paths and paths ignore to test and lint jobs (#574)
1 parent 41d4e31 commit cfc2b99

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: cpp-linter
22

33
on:
44
pull_request:
5+
paths:
6+
- '**.cpp'
7+
- '**.hpp'
58
workflow_dispatch:
69

710
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test
33
on:
44
pull_request:
55
paths-ignore:
6-
- conanfile.py
76
- '**.md'
7+
- 'res/**'
88
workflow_dispatch:
99
inputs:
1010
no-tidy:

0 commit comments

Comments
 (0)