Skip to content

Commit

Permalink
chore: switch to main branch (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r authored Jul 22, 2022
1 parent df704fa commit 5dd1a2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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/vela-downstream?status.svg)](https://godoc.org/github.com/go-vela/vela-downstream)
[![Go Report Card](https://goreportcard.com/badge/go-vela/vela-downstream)](https://goreportcard.com/report/go-vela/vela-downstream)
[![codecov](https://codecov.io/gh/go-vela/vela-downstream/branch/master/graph/badge.svg)](https://codecov.io/gh/go-vela/vela-downstream)
[![codecov](https://codecov.io/gh/go-vela/vela-downstream/branch/main/graph/badge.svg)](https://codecov.io/gh/go-vela/vela-downstream)

Vela plugin designed for triggering builds in other repositories.

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: '32 7 * * 6'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# name of the action
name: publish

# trigger on push events with branch master
# trigger on push events with branch main
on:
push:
branches: [ master ]
branches: [ main ]

# pipeline to execute
jobs:
Expand Down

0 comments on commit 5dd1a2e

Please sign in to comment.