Skip to content

Commit

Permalink
Merge pull request #4603 from fluent/ignore-path
Browse files Browse the repository at this point in the history
github: suppress running CI only for documentation
  • Loading branch information
kenhys authored Aug 19, 2024
2 parents 78a7972 + 0863783 commit 501ec93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Test
on:
push:
branches: [master]
paths-ignore:
- '*.md'
- 'lib/fluent/version.rb'
pull_request:
branches: [master]
paths-ignore:
- '*.md'
- 'lib/fluent/version.rb'

permissions: read-all

Expand Down

0 comments on commit 501ec93

Please sign in to comment.