diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index b8d1ff3df..c91c75027 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -4,6 +4,9 @@ on: pull_request: paths: - "Dockerfile" + push: + branches: + - develop jobs: build: diff --git a/.github/workflows/docker-network-health.yml b/.github/workflows/docker-network-health.yml index 07851d454..c473f7711 100644 --- a/.github/workflows/docker-network-health.yml +++ b/.github/workflows/docker-network-health.yml @@ -9,6 +9,9 @@ on: - '!scripts/**' - '!tools/**' - 'tools/genesis-snapshot/**' + push: + branches: + - develop concurrency: group: run-and-check-group diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index d28da7e5f..02a66b902 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -4,6 +4,9 @@ on: pull_request: paths-ignore: - 'documentation/**' + push: + branches: + - develop jobs: unit-tests: diff --git a/README.md b/README.md index 207079e7c..aec9dd684 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,18 @@ IOTA-Core is the node software for the upcoming IOTA 2.0 protocol. --- ![GitHub Release (latest by date)](https://img.shields.io/github/v/release/iotaledger/iota-core) -![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/iotaledger/iota-core) -![GitHub License](https://img.shields.io/github/license/iotaledger/iota-core) ---- -[![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) -[![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) -[![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) -[![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) -[![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) -[![release](https://github.com/iotaledger/iota-core/actions/workflows/release.yml/badge.svg)](https://github.com/iotaledger/iota-core/actions/workflows/release.yml) -[![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) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/iotaledger/iota-core?branch=develop) +![GitHub License](https://img.shields.io/github/license/iotaledger/iota-core?branch=develop) --- +[![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) +[![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) +[![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) +[![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) In this repository you will find the following branches: - `production`: this branch contains the latest released code targeted for the [IOTA mainnet](https://iota.org) -- `staging`: this branch contains the latest released code targeted for the [shimmer network](https://shimmer.network) +- `staging`: this branch contains the latest released code targeted for the [Shimmer network](https://shimmer.network) - `develop`: default branch where all development will get merged to. This represents the next iteration of the node. ## Notes