Skip to content

Commit fe4745c

Browse files
authored
Merge pull request #114 from pytest-dev/release-2.4.0
Release 2.4.0
2 parents ad974a4 + 831821e commit fe4745c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ jobs:
5050
5151
- name: GitHub Release
5252
uses: softprops/action-gh-release@v1
53+
with:
54+
files: dist/*
55+
tag_name: v${{ github.event.inputs.version }}

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: test
33
on:
44
push:
55
branches:
6-
- "*"
6+
- "master"
7+
- "test-me-*"
8+
79
pull_request:
10+
branches:
11+
- "master"
812

913
concurrency:
1014
group: ${{ github.workflow }}-${{ github.ref }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 2.4.0 (2023-09-08)
22

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

0 commit comments

Comments
 (0)