Skip to content

Commit 2f71604

Browse files
committed
GitHub workflows: spelling: add path restrictions for PRs
We were only applying path restrictions for push events. Apply the same restrictions also for PRs. Signed-off-by: Martin Wilck <mwilck@suse.com>
1 parent 6eee397 commit 2f71604

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/spelling.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,23 @@ on:
8686
- 'opened'
8787
- 'reopened'
8888
- 'synchronize'
89+
paths:
90+
- '.github/workflows/spelling.yml'
91+
- 'README*'
92+
- 'NEWS.md'
93+
- '**.3'
94+
- '**.5'
95+
- '**.8'
96+
- '**.8'
97+
- '**.in'
98+
- '**.service'
99+
- '**.socket'
100+
- '**.rules'
101+
- '**/libdmmp.h'
102+
- '**/mpath_valid.h'
103+
- '**/mpath_cmd.h'
104+
- '**/mpath_persist.h'
105+
- '.github/actions/spelling/*'
89106

90107
jobs:
91108
spelling:

0 commit comments

Comments
 (0)