Skip to content

Commit

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

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

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

0 comments on commit 1b1f9ae

Please sign in to comment.