We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad974a4 + 831821e commit fe4745cCopy full SHA for fe4745c
.github/workflows/deploy.yml
@@ -50,3 +50,6 @@ jobs:
50
51
- name: GitHub Release
52
uses: softprops/action-gh-release@v1
53
+ with:
54
+ files: dist/*
55
+ tag_name: v${{ github.event.inputs.version }}
.github/workflows/test.yml
@@ -3,8 +3,12 @@ name: test
3
on:
4
push:
5
branches:
6
- - "*"
+ - "master"
7
+ - "test-me-*"
8
+
9
pull_request:
10
+ branches:
11
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# UNRELEASED
+# 2.4.0 (2023-09-08)
2
- Catch2: fix issue with multiple test failures, and support multiple "SECTION" tests. ([#112](https://github.com/pytest-dev/pytest-cpp/pull/112))
0 commit comments