fix default branch name

This commit is contained in:
ryan 2020-12-14 20:47:57 +13:00
parent 4c520c51c8
commit f01fab7de7
2 changed files with 2 additions and 3 deletions

View file

@ -2,10 +2,10 @@ name: Rust
on:
push:
branches: [ master ]
branches: [ main ]
tags: [ 'v*' ]
pull_request:
branches: [ master ]
branches: [ main ]
env:
CARGO_TERM_COLOR: always