Update the GitHub Actions for the new default branch

This commit is contained in:
R Tyler Croy 2020-09-07 09:59:23 -07:00
parent 3a73987799
commit c9438eedb5
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ name: Rust
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: