Skip to content

Commit

Permalink
ci: Fix config
Browse files Browse the repository at this point in the history
This avoids double-running checks on merged commits since right now pure-rust has an open pr into main
  • Loading branch information
PotentialStyx committed Feb 18, 2024
1 parent 41a62fe commit 92c9812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"on":
{
"push": { "branches": ["pure-rust"] },
"push": { "branches": ["main"] },
"pull_request": {},
"merge_group": {},
},
Expand Down

0 comments on commit 92c9812

Please sign in to comment.