Browse Source

Update rust.yml

Fix ci only running for main-branch stuff
main
Chris 5 years ago committed by GitHub
parent
commit
6679869bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/rust.yml

8
.github/workflows/rust.yml

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

Loading…
Cancel
Save