Update the workflow to deal with pull requests to main

This commit is contained in:
R Tyler Croy 2020-11-04 13:38:15 -08:00
parent 78ad170d6d
commit bd3eb822e5
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: