Skip to content

Commit 8e7cba7

Browse files
committed
Switch to main
1 parent 8002f79 commit 8e7cba7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/autoinvite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Inclusive Organization
22
on:
33
push:
4-
branches: master
4+
branches: main
55
jobs:
66
invite:
77
runs-on: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: RxCombine
22

33
on:
44
push:
5-
branches: master
5+
branches: main
66
pull_request:
77
branches: '**'
88

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
subject# RxCombine
22

33
<p align="center">
4-
<img src="https://github.com/freak4pc/RxCombine/raw/master/Resources/logo.png" width="220">
4+
<img src="https://github.com/freak4pc/RxCombine/raw/main/Resources/logo.png" width="220">
55
<br /><br />
6-
<a href="https://actions-badge.atrox.dev/CombineCommunity/RxCombine/goto" target="_blank" alt="Build Status" title="Build Status"><img src="https://github.com/CombineCommunity/RxCombine/workflows/RxCombine/badge.svg?branch=master" alt="Build Status" title="Build Status"></a>
7-
<a href="https://codecov.io/gh/CombineCommunity/RxCombine" target="_blank" alt="Code Coverage for RxCombine on codecov" title="Code Coverage for RxCombine on codecov"><img src="https://codecov.io/gh/CombineCommunity/RxCombine/branch/master/graph/badge.svg" alt="Code Coverage for RxCombine on codecov" title="Code Coverage for RxCombine on codecov"/></a>
6+
<a href="https://actions-badge.atrox.dev/CombineCommunity/RxCombine/goto" target="_blank" alt="Build Status" title="Build Status"><img src="https://github.com/CombineCommunity/RxCombine/workflows/RxCombine/badge.svg?branch=main" alt="Build Status" title="Build Status"></a>
7+
<a href="https://codecov.io/gh/CombineCommunity/RxCombine" target="_blank" alt="Code Coverage for RxCombine on codecov" title="Code Coverage for RxCombine on codecov"><img src="https://codecov.io/gh/CombineCommunity/RxCombine/branch/main/graph/badge.svg" alt="Code Coverage for RxCombine on codecov" title="Code Coverage for RxCombine on codecov"/></a>
88
<br />
99
<a href="https://cocoapods.org/pods/RxCombine" target="_blank"><img src="https://img.shields.io/cocoapods/v/RxCombine.svg?1" alt="RxCombine supports CocoaPods"></a>
1010
<a href="https://github.com/apple/swift-package-manager" target="_blank"><img src="https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg" alt="RxCombine supports Swift Package Manager (SPM)"></a>
@@ -21,7 +21,7 @@ RxCombine provides bi-directional type bridging between [RxSwift](https://github
2121

2222
Check out the Example App in the **ExampleApp** folder. Run `pod install` before opening the project.
2323

24-
<p align="center"><img src="https://github.com/freak4pc/RxCombine/raw/master/Resources/example.gif" width="400"></p>
24+
<p align="center"><img src="https://github.com/freak4pc/RxCombine/raw/main/Resources/example.gif" width="400"></p>
2525

2626
## Installation
2727

0 commit comments

Comments
 (0)