Skip to content

Commit

Permalink
Merge pull request #114 from pytest-dev/release-2.4.0
Browse files Browse the repository at this point in the history
Release 2.4.0
  • Loading branch information
nicoddemus authored Sep 8, 2023
2 parents ad974a4 + 831821e commit fe4745c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ jobs:
- name: GitHub Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
tag_name: v${{ github.event.inputs.version }}
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: test
on:
push:
branches:
- "*"
- "master"
- "test-me-*"

pull_request:
branches:
- "master"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 2.4.0 (2023-09-08)

- Catch2: fix issue with multiple test failures, and support multiple "SECTION" tests. ([#112](https://github.com/pytest-dev/pytest-cpp/pull/112))

Expand Down

0 comments on commit fe4745c

Please sign in to comment.