mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-10 13:06:09 +00:00
fix: run workflows on master (#1144)
The `unstable` branch wasn't removed from some workflows and `interop` wasn't running on `master`.
This commit is contained in:
parent
94d93cbf25
commit
be801602f6
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -3,7 +3,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- unstable
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
1
.github/workflows/codecov.yml
vendored
1
.github/workflows/codecov.yml
vendored
@ -5,7 +5,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- unstable
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
1
.github/workflows/doc.yml
vendored
1
.github/workflows/doc.yml
vendored
@ -5,7 +5,6 @@ on:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
timeout-minutes: 20
|
||||
|
2
.github/workflows/interop.yml
vendored
2
.github/workflows/interop.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- unstable
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
Loading…
x
Reference in New Issue
Block a user