From 3f60643f14e55f81fe37576790fe91ff133ad97c Mon Sep 17 00:00:00 2001 From: Murph Murphy Date: Thu, 4 Mar 2021 15:12:09 -0700 Subject: [PATCH] master -> main --- .github/workflows/ci.yaml | 2 +- .github/workflows/release-github.yaml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e4ae8db..29fd8a4b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main pull_request: jobs: diff --git a/.github/workflows/release-github.yaml b/.github/workflows/release-github.yaml index 99e2321f..19ae8b83 100644 --- a/.github/workflows/release-github.yaml +++ b/.github/workflows/release-github.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - # base_ref will typically be master. We'll need to commit a change to that branch and push it. + # base_ref will typically be main. We'll need to commit a change to that branch and push it. ref: ${{ github.base_ref }} # If we use the default GITHUB_TOKEN then CI won't run after we push our changes. This DEPLOYMENT_TOKEN is a personal # access token with "repo" permissions. @@ -268,7 +268,7 @@ jobs: -H "Content-Type: application/json" \ --data '{"title": "Use new ironoxide-swig-bindings ${{ steps.vars.outputs.tag }}", "head": "${{ steps.vars.outputs.pr_branch }}", - "base": "master", + "base": "main", "body": "" }' \ https://api.github.com/repos/IronCoreLabs/homebrew-ironcore/pulls diff --git a/README.md b/README.md index 4a9d894c..ade29e64 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ This library is a thin Rust shim that wraps the [IronOxide Rust SDK](https://git # License -Copyright (c) 2020 IronCore Labs, Inc. +Copyright (c) 2021 IronCore Labs, Inc. All rights reserved.