mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-01-11 17:24:09 +00:00
Faster CI (#603)
* ci on PR only * add option to run ci manually * thanks Stefan
This commit is contained in:
parent
c12f00c8b6
commit
008dcf7043
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -1,5 +1,10 @@
|
||||
name: CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/codecov.yml
vendored
8
.github/workflows/codecov.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: nim-libp2p codecov builds
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
#On push to common branches, this computes the "bases stats" for PRs
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
GossipSub:
|
||||
|
Loading…
x
Reference in New Issue
Block a user