mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-04-28 04:47:38 -05:00
Swap to GHA
This commit is contained in:
2
.github/bors.toml
vendored
2
.github/bors.toml
vendored
@@ -1,3 +1,3 @@
|
||||
delete_merged_branches = true
|
||||
required_approvals = 1
|
||||
status = ["continuous-integration/travis-ci/push"]
|
||||
status = ["dummy"]
|
||||
|
||||
18
.github/workflows/dummy.yml
vendored
Normal file
18
.github/workflows/dummy.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- staging
|
||||
- trying
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
dummy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Succeed
|
||||
run: true
|
||||
Reference in New Issue
Block a user