Skip to content

Commit

Permalink
Skip other tests on README.md too
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 committed May 11, 2022
1 parent b1186db commit d4b9e50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/java-continuous-integration.yml
Expand Up @@ -2,8 +2,12 @@ name: whylogs Java CI
on:
push:
branches: [ mainline, release]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ mainline, release]
paths-ignore:
- '**/README.md'

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-notebook.yml
Expand Up @@ -3,8 +3,12 @@ name: notebook test
on:
push:
branches: [ mainline, release]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ mainline, release]
paths-ignore:
- '**/README.md'

jobs:
notebook-test:
Expand Down

0 comments on commit d4b9e50

Please sign in to comment.