ci: switch branch to main

This commit is contained in:
Antoine Martin 2021-11-25 16:04:31 +01:00
parent cf3e8038f0
commit fc3f8227c6

View file

@ -2,9 +2,9 @@ name: Rust
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
env:
CARGO_TERM_COLOR: always