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
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always