Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <me@evanhahn.com>
  • Loading branch information
achou11 and EvanHahn authored Apr 22, 2024
1 parent 4c7e73f commit 4b175d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches: [main]
pull_request:
# By default, a workflow only runs when a pull_request 's activity type is
# opened , synchronize , or reopened. Adding ready_for_review here ensures
# By default, a workflow only runs when a pull_request's activity type is
# opened, synchronize, or reopened. Adding ready_for_review here ensures
# that CI runs when a PR is marked as not a draft, since we skip CI when a
# PR is draft
types: [opened, synchronize, reopened, ready_for_review]
Expand Down

0 comments on commit 4b175d7

Please sign in to comment.