Fix action runner

This commit is contained in:
Sebastian Thiel
2021-04-01 18:38:33 +08:00
parent c4d4013358
commit b272b3f4e2

View File

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