Skip to content

Commit 5aa9075

Browse files
chore(validate): Update validate (#810)
1 parent 3092c69 commit 5aa9075

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: main
3232
runs-on: ubuntu-latest
3333
if:
34-
${{
34+
${{ github.repository == 'testing-library/dom-testing-library' &&
3535
contains('refs/heads/master,refs/heads/beta,refs/heads/next,refs/heads/alpha',
3636
github.ref) && github.event_name == 'push' }}
3737
steps:
@@ -54,7 +54,7 @@ jobs:
5454
- name: 🚀 Release
5555
uses: cycjimmy/semantic-release-action@v2
5656
with:
57-
semantic_version: 16
57+
semantic_version: 17
5858
branches: |
5959
[
6060
'+([0-9])?(.{+([0-9]),x}).x',

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Contributions of any kind welcome!
318318

319319
[npm]: https://www.npmjs.com/
320320
[node]: https://nodejs.org
321-
[build-badge]: https://img.shields.io/github/workflow/status/testing-library/dom-testing-library/validate/master?logo=github&style=flat-square
321+
[build-badge]: https://img.shields.io/github/workflow/status/testing-library/dom-testing-library/validate?logo=github&style=flat-square
322322
[build]: https://github.com/testing-library/dom-testing-library/actions?query=workflow%3Avalidate
323323
[coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/dom-testing-library.svg?style=flat-square
324324
[coverage]: https://codecov.io/github/testing-library/dom-testing-library

0 commit comments

Comments
 (0)