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 name: CI
on: on:
pull_request: pull_request: # Need to run on pull-requests, otherwise PRs from forks don't run
push: push:
branches: branches:
- 'staging' - 'staging' # Bors uses this branch
- 'trying' - 'trying' # Bors uses this branch
- 'master' - 'master' # Always build head of master for the badge in the README
jobs: jobs:
static_analysis: static_analysis: