Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 5951157

Browse files
committed
Fix badges in README
1 parent 6d2857a commit 5951157

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

.github/workflows/build_docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
paths:
66
- "Dockerfile"
7+
push:
8+
branches:
9+
- develop
710

811
jobs:
912
build:

.github/workflows/docker-network-health.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- '!scripts/**'
1010
- '!tools/**'
1111
- 'tools/genesis-snapshot/**'
12+
push:
13+
branches:
14+
- develop
1215

1316
concurrency:
1417
group: run-and-check-group

.github/workflows/unit-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
paths-ignore:
66
- 'documentation/**'
7+
push:
8+
branches:
9+
- develop
710

811
jobs:
912
unit-tests:

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,18 @@ IOTA-Core is the node software for the upcoming IOTA 2.0 protocol.
44

55
---
66
![GitHub Release (latest by date)](https://img.shields.io/github/v/release/iotaledger/iota-core)
7-
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/iotaledger/iota-core)
8-
![GitHub License](https://img.shields.io/github/license/iotaledger/iota-core)
9-
---
10-
[![build_docker](https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml/badge.svg)](https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml)
11-
[![build_tools](https://github.com/iotaledger/iota-core/actions/workflows/build_tools.yml/badge.svg)](https://github.com/iotaledger/iota-core/actions/workflows/build_tools.yml)
12-
[![docker-network-health](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml/badge.svg)](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml)
13-
[![docker-network-tests-nightly](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml/badge.svg)](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml)
14-
[![golangci-lint](https://github.com/iotaledger/iota-core/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/iotaledger/iota-core/actions/workflows/golangci-lint.yml)
15-
[![release](https://github.com/iotaledger/iota-core/actions/workflows/release.yml/badge.svg)](https://github.com/iotaledger/iota-core/actions/workflows/release.yml)
16-
[![unit-test](https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml/badge.svg)](https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml)
7+
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/iotaledger/iota-core?branch=develop)
8+
![GitHub License](https://img.shields.io/github/license/iotaledger/iota-core?branch=develop)
179
---
10+
[![unit-test](https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml/badge.svg?branch=develop)](https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml)
11+
[![build_docker](https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml/badge.svg?branch=develop)](https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml)
12+
[![docker-network-health](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml/badge.svg?branch=develop)](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml)
13+
[![docker-network-tests-nightly](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml/badge.svg?branch=develop)](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml)
1814

1915
In this repository you will find the following branches:
2016

2117
- `production`: this branch contains the latest released code targeted for the [IOTA mainnet](https://iota.org)
22-
- `staging`: this branch contains the latest released code targeted for the [shimmer network](https://shimmer.network)
18+
- `staging`: this branch contains the latest released code targeted for the [Shimmer network](https://shimmer.network)
2319
- `develop`: default branch where all development will get merged to. This represents the next iteration of the node.
2420

2521
## Notes

0 commit comments

Comments
 (0)