Skip to content

Commit 5d41c5e

Browse files
committed
Allow for static analysis and pytest workflows to be dispatched
1 parent ce03aa9 commit 5d41c5e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci_pytest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ci_pytest
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches:
67
- main

.github/workflows/ci_static_analysis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: ci_static_analysis
22
on:
3+
workflow_dispatch:
34
pull_request:
45
branches:
56
- main

0 commit comments

Comments
 (0)