Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 329be03

Browse files
authored
Merge branch 'rust-embedded:master' into usbd-human-interface-device
2 parents a8156bb + 0cd0490 commit 329be03

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
block_labels = ["S-waiting-on-team"]
22
delete_merged_branches = true
33
required_approvals = 1
4-
status = ["continuous-integration/travis-ci/push"]
4+
status = ["dummy"]

.github/workflows/dummy.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- staging
8+
- trying
9+
pull_request:
10+
branches:
11+
- master
12+
13+
jobs:
14+
dummy:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Succeed
18+
run: true

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)