diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9b13dcafe..18c2416cb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,6 +1,11 @@ name: PR on: pull_request: + types: [opened, synchronize, reopened] + # https://graphite.dev/docs/stacking-and-ci#running-ci-upstack + # This clause will prevent upstack PRs from running CI, because + # upstack branches aren't directly based on main. + branches: [main] jobs: pr: