Add workflow_dispatch

This commit is contained in:
2022-09-24 00:51:15 +02:00
parent 341849c4c2
commit 2f620a20be

View File

@ -1,6 +1,6 @@
---
name: Test code with pytest
on: [ push, pull_request ]
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
strategy: