Skip to content

Commit dd2d2a2

Browse files
authored
Prevent CI workflow on pure documentation changes, part 2 (KhronosGroup#2591)
1 parent b4e31ca commit dd2d2a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-latest-spec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
workflow_dispatch:
88
pull_request:
99
branches: [ main ]
10+
paths:
11+
- '**'
12+
- '!**.md'
1013

1114
jobs:
1215
build:

0 commit comments

Comments
 (0)