Skip to content

Commit 85e56a5

Browse files
authored
Merge pull request #73 from Yubico/DennisDyallo-patch-1
Update README.md and test coverage workflow triggers
2 parents 8af30f5 + 9b15373 commit 85e56a5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test-and-cover.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
- main
2121
- 'develop**'
2222
- 'release/**'
23+
push:
24+
branches:
25+
- main
26+
- 'develop**'
2327

2428
jobs:
2529
test:
@@ -94,4 +98,4 @@ jobs:
9498
uses: EnricoMi/[email protected]
9599
if: always()
96100
with:
97-
trx_files: "${{ github.workspace }}/**/*.trx"
101+
trx_files: "${{ github.workspace }}/**/*.trx"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
1313
limitations under the License. -->
1414

15-
> Dev: ![tests-and-coverage-dev](https://github.com/Yubico/Yubico.NET.SDK/actions/workflows/test-and-cover.yml/badge.svg?branch=develop)
15+
> Dev : ![tests-and-coverage-dev](https://github.com/Yubico/Yubico.NET.SDK/actions/workflows/test-and-cover.yml/badge.svg?branch=develop)
1616
> Main: ![tests-and-coverage-main](https://github.com/Yubico/Yubico.NET.SDK/actions/workflows/test-and-cover.yml/badge.svg?branch=main)
1717
1818
# .NET YubiKey SDK

0 commit comments

Comments
 (0)