Enable manual run of action (?)

This commit is contained in:
Florian Pesth 2023-11-14 20:49:40 +01:00 committed by GitHub
parent d4c1d17860
commit 60bc0593de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
name: "CI" name: "CI"
on: on:
workflow_dispatch:
paths:
- "html"
pull_request: pull_request:
paths: paths:
- "html" - "html"