Add dispatch event to CI

This commit is contained in:
Mario Manno
2022-12-22 16:41:35 +01:00
parent 127bd62350
commit 8051269f9b

View File

@@ -2,10 +2,11 @@ name: CI
on: on:
schedule: schedule:
- cron: '0 5 * * *' - cron: '0 5 * * *'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '*.md' - '*.md'
workflow_dispatch:
jobs: jobs:
test: test: