Skip to content

Commit 9ee5f6f

Browse files
committed
Adjust path globs on file paths to include subdirectories
1 parent 9abcef1 commit 9ee5f6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: CI
22

33
on:
44
pull_request:
5-
branches: [ 'main' ]
65
push:
76
branches: [ 'main' ]
87
paths:
9-
- '*'
8+
- '**'
109
- '!/docs/*' # Don't run workflow when files are only in the /docs directory
1110

1211
jobs:

0 commit comments

Comments
 (0)