Add workflow_dispatch
This commit is contained in:
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Test code with pytest
|
name: Test code with pytest
|
||||||
on: [ push, pull_request ]
|
on: [ push, pull_request, workflow_dispatch ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
Reference in New Issue
Block a user