Skip to content

Commit

Permalink
Run CI on main (#178)
Browse files Browse the repository at this point in the history
* Run CI on main

* Remove more master things
  • Loading branch information
pietbrauer authored Oct 31, 2023
1 parent 9355d44 commit e44f315
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "RequestKit CI"
on:
push:
branches:
- master
- main
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion OctoKit/Releases.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public extension Octokit {
/// - owner: The user or organization that owns the repositories.
/// - repo: The repository on which the release needs to be created.
/// - tagName: The name of the tag.
/// - targetCommitish: Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).
/// - targetCommitish: Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually main).
/// - name: The name of the release.
/// - body: Text describing the contents of the tag.
/// - prerelease: `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`.
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Octokit.swift

[![Build Status](https://travis-ci.org/nerdishbynature/octokit.swift.svg?branch=master)](https://travis-ci.org/nerdishbynature/octokit.swift)
[![CocoaPods](https://img.shields.io/cocoapods/v/OctoKit.swift.svg)](https://cocoapods.org/pods/OctoKit.swift)
[![codecov.io](https://codecov.io/github/nerdishbynature/octokit.swift/coverage.svg?branch=master)](https://codecov.io/github/nerdishbynature/octokit.swift?branch=master)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion fastlane/.env.deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEPLOY_BRANCH=master
DEPLOY_BRANCH=main
DEPLOY_PLIST_PATH=Framework/Info.plist
DEPLOY_PODSPEC=Octokit.swift.podspec
DEPLOY_REMOTE=origin
Expand Down

0 comments on commit e44f315

Please sign in to comment.