Skip to content

Commit

Permalink
Merge pull request #186 from travier/rename
Browse files Browse the repository at this point in the history
*: rename master branch to main
  • Loading branch information
bgilbert authored May 11, 2021
2 parents f909058 + 9f6c033 commit 1844de0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Documentation: https://github.com/coreos/coreos-ci/blob/master/README-upstream-ci.md
// Documentation: https://github.com/coreos/coreos-ci/blob/main/README-upstream-ci.md

stage("Build") {
parallel build: {
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This guide requires:
- clean up:
- [ ] `git push origin :release`
- [ ] `cargo clean`
- [ ] `git checkout master`
- [ ] `git checkout main`

[rustup]: https://rustup.rs/
[crates-io]: https://crates.io/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Rust
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 1844de0

Please sign in to comment.