Skip to content

Commit

Permalink
Merge branch 'develop' into hackdna/mypy-update
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna authored Nov 1, 2023
2 parents ccb216a + 2a4e832 commit 8df8f8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: 'Build and test'

on:
pull_request:
types: [ready_for_review, review_requested]
push:
paths-ignore:
- 'docs/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Sphinx documentation

on:
pull_request:
types: [ready_for_review, review_requested]
push:
paths:
- 'docs/**'
Expand Down

0 comments on commit 8df8f8b

Please sign in to comment.