Update rust.yml

Fix ci only running for main-branch stuff
main
Chris 2021-05-16 14:26:51 +02:00 committed by GitHub
parent d9254a68a2
commit 6679869bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -1,13 +1,7 @@
name: Rust
on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push, pull_request]
jobs:
build: