Skip to content

Commit

Permalink
chore: change default branch to main (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Sep 16, 2022
1 parent 30b9459 commit c8c183b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ make clean

```bash
# push your code up to your fork
git push fork master
git push fork main
```

* Make sure to follow our [PR process](https://go-vela.github.io/docs/community/contributing_guidelines/#development-workflow) when opening a pull request
Expand Down
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![license](https://img.shields.io/crates/l/gl.svg)](../LICENSE)
[![GoDoc](https://godoc.org/github.com/go-vela/types?status.svg)](https://godoc.org/github.com/go-vela/types)
[![Go Report Card](https://goreportcard.com/badge/go-vela/types)](https://goreportcard.com/report/go-vela/types)
[![codecov](https://codecov.io/gh/go-vela/types/branch/master/graph/badge.svg)](https://codecov.io/gh/go-vela/types)
[![codecov](https://codecov.io/gh/go-vela/types/branch/main/graph/badge.svg)](https://codecov.io/gh/go-vela/types)

> Vela is in active development and is a pre-release product.
>
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '31 2 * * 4'

Expand Down

0 comments on commit c8c183b

Please sign in to comment.