Skip to content

Commit

Permalink
[DOC] Fix the pattern for man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 9, 2024
1 parent d656461 commit 58bde01
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/annocheck.yml
Expand Up @@ -4,15 +4,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/baseruby.yml
Expand Up @@ -4,15 +4,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_dependencies.yml
Expand Up @@ -3,15 +3,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -5,15 +5,15 @@ on:
branches: ['master']
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compilers.yml
Expand Up @@ -4,15 +4,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mingw.yml
Expand Up @@ -3,15 +3,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rjit-bindgen.yml
Expand Up @@ -3,15 +3,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Expand Up @@ -3,15 +3,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -3,15 +3,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yjit-macos.yml
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yjit-ubuntu.yml
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
Expand Down

0 comments on commit 58bde01

Please sign in to comment.