Skip to content

Commit

Permalink
github/workflows: add doc/ to paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Aug 18, 2020
1 parent 58cc938 commit 5528419
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- master
paths-ignore:
- '**.md'
- "**.md"
- "doc/**"
pull_request:
branches:
- '*'
- "*"
paths-ignore:
- '**.md'
- "**.md"
- "doc/**"

jobs:
test:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- master
paths-ignore:
- '**.md'
- "**.md"
- "doc/**"
pull_request:
branches:
- '*'
- "*"
paths-ignore:
- '**.md'
- "**.md"
- "doc/**"

jobs:
lint:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- master
paths-ignore:
- '**.md'
- "**.md"
- "doc/**"
pull_request:
branches:
- '*'
- "*"
paths-ignore:
- '**.md'
- "**.md"
- "doc/**"

jobs:
check:
Expand Down

0 comments on commit 5528419

Please sign in to comment.