Add workflow_dispatch trigger for zunit tests

This commit is contained in:
Philipp Schmitt 2021-11-27 22:57:46 +01:00
parent e06bc81be8
commit 01273ad374
No known key found for this signature in database
GPG key ID: DC439C47EACB17F9

View file

@ -1,5 +1,5 @@
name: zunit
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build-matrix:
runs-on: ubuntu-latest