summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-05-09 10:45:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-05-09 10:45:45 +0900
commit58bde0169d64146ac30976f66412ef1c32b68c58 (patch)
tree4ded488af7296fc5e83da15b51c2763a86e3d81e /.github/workflows/windows.yml
parentd6564615e7aad09348b6bb933f787ee30916971e (diff)
[DOC] Fix the pattern for man pages
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 8fe00aca1c..d4b9bd644a 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -3,7 +3,7 @@ on:
push:
paths-ignore:
- 'doc/**'
- - '**/man'
+ - '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
@@ -11,7 +11,7 @@ on:
pull_request:
paths-ignore:
- 'doc/**'
- - '**/man'
+ - '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'