Skip to content

Commit

Permalink
Try only trigger docs build when release notes updated (#2907)
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
  • Loading branch information
merelcht authored Aug 8, 2023
1 parent b1b461f commit 9a067d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/all-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- develop
paths-ignore:
- "docs/**"
- '**.md'
pull_request:
branches:
- main
- develop
paths-ignore:
- "docs/**"
- '**.md'

jobs:
unit-tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs-only-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- develop
paths:
- "docs/**"
- '**.md'
pull_request:
branches:
- main
- develop
paths:
- "docs/**"
- '**.md'

jobs:
lint-tests:
Expand Down

0 comments on commit 9a067d1

Please sign in to comment.