mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-12 07:59:33 -05:00
Improve docs of CI workflow
This commit is contained in:
parent
febc68c780
commit
8bc41ecff4
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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…
Reference in New Issue
Block a user