Skip to content

Commit

Permalink
Remove grapefruit branch from CI (#1854)
Browse files Browse the repository at this point in the history
We were previously maintaining `grapefruit-bringup` as a long-running
branch, but have since merged it into `master`.
  • Loading branch information
mkeeter authored Aug 20, 2024
1 parent aa83654 commit 6990578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dist
on:
pull_request:
push:
branches: [master, grapefruit-bringup]
branches: [master]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

on:
push:
branches: [ "master", "grapefruit-bringup" ]
branches: [ "master" ]
pull_request:
branches: [ "master", "grapefruit-bringup" ]
branches: [ "master" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 6990578

Please sign in to comment.