Improve docs of CI workflow

This commit is contained in:
Thomas Eizinger 2021-03-24 11:30:51 +11:00
parent febc68c780
commit 8bc41ecff4
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -1,12 +1,12 @@
name: CI
on:
pull_request:
pull_request: # Need to run on pull-requests, otherwise PRs from forks don't run
push:
branches:
- 'staging'
- 'trying'
- 'master'
- 'staging' # Bors uses this branch
- 'trying' # Bors uses this branch
- 'master' # Always build head of master for the badge in the README
jobs:
static_analysis: