Skip to content

Commit

Permalink
Simplify workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 1, 2023
1 parent 1b1f9ae commit 5989fe8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: 'Build and test'

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

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

0 comments on commit 5989fe8

Please sign in to comment.