Skip to content

Commit

Permalink
[ci] Don't run on push (#1882)
Browse files Browse the repository at this point in the history
We already have the merge queue; running on push is redundant.
  • Loading branch information
joshlf authored Oct 12, 2024
1 parent edb9e3a commit 5b5d5a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ name: Build & Tests

on:
pull_request:
push:
branches:
- main
- v0.6.x
merge_group:

permissions: read-all
Expand Down

0 comments on commit 5b5d5a6

Please sign in to comment.