ci(github): dont build all branches on push

This commit is contained in:
dignifiedquire
2020-06-09 13:42:40 +02:00
parent 59fadee9e0
commit 1f2087190e

View File

@@ -3,6 +3,10 @@ name: Rust CI
on:
pull_request:
push:
branches:
- master
- staging
- trying
jobs: