From 39ee604c326870db8595837dc58733b3c0d18826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 5 Nov 2020 04:39:04 +0100 Subject: [PATCH] chore(validate): Update validate --- .github/workflows/validate.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1efb752d..a945775a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -31,7 +31,7 @@ jobs: needs: main runs-on: ubuntu-latest if: - ${{ + ${{ github.repository == 'testing-library/dom-testing-library' && contains('refs/heads/master,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) && github.event_name == 'push' }} steps: @@ -54,7 +54,7 @@ jobs: - name: 🚀 Release uses: cycjimmy/semantic-release-action@v2 with: - semantic_version: 16 + semantic_version: 17 branches: | [ '+([0-9])?(.{+([0-9]),x}).x', diff --git a/README.md b/README.md index c5a5128f..e55396c8 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ Contributions of any kind welcome! [npm]: https://www.npmjs.com/ [node]: https://nodejs.org -[build-badge]: https://img.shields.io/github/workflow/status/testing-library/dom-testing-library/validate/master?logo=github&style=flat-square +[build-badge]: https://img.shields.io/github/workflow/status/testing-library/dom-testing-library/validate?logo=github&style=flat-square [build]: https://github.com/testing-library/dom-testing-library/actions?query=workflow%3Avalidate [coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/dom-testing-library.svg?style=flat-square [coverage]: https://codecov.io/github/testing-library/dom-testing-library