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
|
||||
on: [ push, pull_request ]
|
||||
on: [ push, pull_request, workflow_dispatch ]
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
Reference in New Issue
Block a user