Skip to content

Commit

Permalink
Run CI builds on all PRs (#21)
Browse files Browse the repository at this point in the history
This PR changes the CI build configs such that CI is run on all PRs,
instead of only on PRs that are against the `main` branch. This will
allow us to have early CI feedback for stacked PRs.
  • Loading branch information
yuxincs authored Aug 4, 2023
1 parent 1b2bb3f commit 59339ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
lint:
Expand Down

0 comments on commit 59339ce

Please sign in to comment.