Skip to content

Commit

Permalink
chore: ci only when targeting main
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Feb 22, 2024
1 parent 40e402a commit 59e31c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 59e31c1

Please sign in to comment.