Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 2c32c25

Browse files
authored
Add workflow_dispatch to test GH action
1 parent ee15c83 commit 2c32c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Tests
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches:
67
- main
@@ -39,4 +40,4 @@ jobs:
3940
with:
4041
token: ${{ secrets.CODECOV_TOKEN }}
4142
file: ./coverage.xml
42-
fail_ci_if_error: true
43+
fail_ci_if_error: true

0 commit comments

Comments
 (0)