github: run checks on pushes to staging and trying

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-28 04:45:40 +05:30
parent 9d271eb932
commit 7b0f7639e9
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -1,6 +1,15 @@
on: [pull_request]
name: CI
"on":
push:
branches:
- staging
- trying
- develop
pull_request:
branches:
- "**"
name: Check pull request
jobs:
test-pr:
runs-on: ubuntu-latest