From 32aa756e4e9c33427c2784ab5f27a03e3567630e Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Wed, 15 Nov 2023 03:27:44 +0700 Subject: [PATCH] Rename default branch to `main` --- .github/workflows/haskell.yml | 4 ++-- README.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index d51c320..753df91 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -1,9 +1,9 @@ name: build on: push: - branches: [main, master] + branches: [main] pull_request: - branches: [main, master] + branches: [main] permissions: contents: read diff --git a/README.md b/README.md index 41c1ea8..96ce20d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # hspec-hedgehog -[![Build Status](https://travis-ci.org/parsonsmatt/hspec-hedgehog.svg?branch=master)](https://travis-ci.org/parsonsmatt/hspec-hedgehog) - An integration library for [hspec](https://hackage.haskell.org/package/hspec) and [hedgehog](https://hackage.haskell.org/package/hedgehog). Example: