ci(actions) run test and lint for all branches, not just main

This commit is contained in:
Datong Sun 2021-09-19 01:41:43 -07:00
parent b846da6294
commit c023b3079c

View File

@ -1,10 +1,6 @@
name: Rust name: Rust
on: on: [push, pull_request]
push:
branches: [ main ]
pull_request:
branches: [ main ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always