114: Only run CI on reviewed pull requests r=msfjarvis a=msfjarvis

Saves execution time and is just a safer option
bors r+

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
bors[bot] 2021-02-23 07:25:47 +00:00 committed by GitHub
commit b6390003b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,11 @@
name: CI
"on":
on:
push:
branches:
- staging
- trying
- develop
pull_request:
branches:
- "**"
jobs:
test-pr: