Skip to content

Commit

Permalink
build: change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Apr 25, 2021
1 parent 120b09c commit f0fa4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# temple
[![Coverage Status](https://coveralls.io/repos/github/morenol/temple/badge.svg?branch=master)](https://coveralls.io/github/morenol/temple?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/morenol/temple/badge.svg?branch=main)](https://coveralls.io/github/morenol/temple?branch=main)
[![Actions Status](https://github.com/morenol/temple/workflows/CI/badge.svg)](https://github.com/morenol/temple/actions)


Expand Down

0 comments on commit f0fa4fc

Please sign in to comment.