Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d41834

Browse files
committed
Update workflow paths for consistent globbing
1 parentb733ad1 commit0d41834

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎.github/workflows/docs-ci.yaml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
branches:
66
-main
77
paths:
8-
-docs/**
9-
- **.md
10-
-.github/workflows/docs-ci.yaml
8+
-"docs/**"
9+
-"**.md"
10+
-".github/workflows/docs-ci.yaml"
1111

1212
pull_request:
1313
paths:
14-
-docs/**
15-
- **.md
16-
-.github/workflows/docs-ci.yaml
14+
-"docs/**"
15+
-"**.md"
16+
-".github/workflows/docs-ci.yaml"
1717

1818
jobs:
1919
docs:
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
files:|
3232
docs/**
33-
README.md
33+
**.md
3434
separator:","
3535

3636
-name:lint

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp