Improve docs of CI workflow

pull/372/head
Thomas Eizinger 3 years ago
parent febc68c780
commit 8bc41ecff4
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -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:

Loading…
Cancel
Save