From 26881860c846fb8bfd3f6e86b5f688ba01ce307f Mon Sep 17 00:00:00 2001 From: Shayne Fletcher Date: Tue, 6 Aug 2024 07:27:19 -0400 Subject: [PATCH] update build-status badge --- .github/workflows/ghc-lib-ghc-HEAD-ghc-9.10.1.yml | 4 +++- README.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghc-lib-ghc-HEAD-ghc-9.10.1.yml b/.github/workflows/ghc-lib-ghc-HEAD-ghc-9.10.1.yml index c15f498c..ac43cede 100644 --- a/.github/workflows/ghc-lib-ghc-HEAD-ghc-9.10.1.yml +++ b/.github/workflows/ghc-lib-ghc-HEAD-ghc-9.10.1.yml @@ -1,5 +1,7 @@ -name: ghc-lib-ghc-HEAD-ghc-9.10.1 +name: Build on: + pull_request: + push: schedule: # run on master... - cron: '0 0 * * *' # .... once a day at midnight jobs: diff --git a/README.md b/README.md index fb57116a..c9f845cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# ghc-lib [![Hackage version](https://img.shields.io/hackage/v/ghc-lib.svg?label=Hackage)](https://hackage.haskell.org/package/ghc-lib) [![Stackage version](https://www.stackage.org/package/ghc-lib/badge/nightly?label=Stackage)](https://www.stackage.org/package/ghc-lib) [![Build Status](https://dev.azure.com/digitalasset/ghc-lib/_apis/build/status/digital-asset.ghc-lib?branchName=master)](https://dev.azure.com/digitalasset/ghc-lib/_build/latest?definitionId=11&branchName=master) +# ghc-lib [![Hackage version](https://img.shields.io/hackage/v/ghc-lib.svg?label=Hackage)](https://hackage.haskell.org/package/ghc-lib) [![Stackage version](https://www.stackage.org/package/ghc-lib/badge/nightly?label=Stackage)](https://www.stackage.org/package/ghc-lib) [![Build](https://github.com/digital-asset/ghc-lib/actions/workflows/ghc-lib-ghc-HEAD-ghc-9.10.1.yml/badge.svg)](https://github.com/digital-asset/ghc-lib/actions/workflows/ghc-lib-ghc-HEAD-ghc-9.10.1.yml) + Copyright © 2019-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. SPDX-License-Identifier: (Apache-2.0 OR BSD-3-Clause)