From 142739df88fdb9dc8b4f01feddd3967889d3262d Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 6 Oct 2021 09:16:20 +0100 Subject: [PATCH] Allow workflow to be triggered manually --- .github/workflows/pipeline.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6e5555beb..c67b7ab1c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + workflow_dispatch: concurrency: 'sandbox' diff --git a/README.md b/README.md index 537efbdc5..026b7b6e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI/CD Pipeline](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/pipeline.yml/badge.svg?branch=main&event=push)](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/pipeline.yml) + # Data Collection App This is the codebase for the Ruby/Rails app that will handle the submission of Lettings and Sales of Social Housing in England data.