Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 committed Mar 4, 2021
1 parent 30d5941 commit 3f60643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3f60643

Please sign in to comment.