Skip to content

Commit

Permalink
Try only trigger docs build when release notes updated
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
  • Loading branch information
merelcht committed Aug 8, 2023
1 parent d768243 commit 1d0d280
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 1d0d280

Please sign in to comment.