mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-12 19:52:19 -04:00
Improve docs of CI workflow
This commit is contained in:
parent
febc68c780
commit
8bc41ecff4
1 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue