added workflow dispatch for tests

This commit is contained in:
Denis Duliçi 2023-03-27 17:03:00 +03:00
parent e9a629110e
commit 346d9f36e4

View File

@ -1,10 +1,11 @@
name: Tests name: Tests
on: on:
push: push:
pull_request: pull_request:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
workflow_dispatch:
jobs: jobs:
tests: tests: