Skip to content

Commit

Permalink
Merge branch 'main' into accordion-animation
Browse files Browse the repository at this point in the history
  • Loading branch information
nishasy committed Oct 21, 2023
2 parents 1368253 + a9b02df commit c283931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node-ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Node CI (PR)

on:
pull_request:
types: [edited, opened, synchronize, reopened]
# ready_for_review is useful for when a PR is converted from "draft" to "not
# draft".
types: [edited, opened, synchronize, ready_for_review, reopened]

# Our jobs run like this to minimize wasting resource cycles:
# 1. Prime caches for primary configuration (ubuntu on node 16).
Expand Down

0 comments on commit c283931

Please sign in to comment.