Skip to content

Commit 92269c5

Browse files
authored
add manual trigger
Also cut to running on just one version of python
1 parent 88ff0aa commit 92269c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
pull_request:
66
branches:
77
- development
8+
workflow_dispatch:
89

910
jobs:
1011
build:
1112
strategy:
1213
fail-fast: false
1314
matrix:
1415
os: [ubuntu-latest]
15-
python-version: ['3']
16+
python-version: ['3.12']
1617

1718
runs-on: ${{ matrix.os }}
1819

0 commit comments

Comments
 (0)