Skip to content

Commit

Permalink
Merge d4b9e50 into d732121
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 committed May 11, 2022
2 parents d732121 + d4b9e50 commit ff46fee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/java-continuous-integration.yml
Original file line number Diff line number Diff line change
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/python-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: whylogs Python CI
on:
push:
branches: [ mainline, release]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ mainline, release]
paths-ignore:
- '**/README.md'

jobs:
test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-notebook.yml
Original file line number Diff line number Diff line change
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 ff46fee

Please sign in to comment.