0
0
Fork 0

ci: support workflow_dispatch trigger

This commit is contained in:
Dr. Jan Philip Bernius 2024-05-02 22:34:36 +02:00
parent 7ce4be09a1
commit 729347fc89
SSH key fingerprint: SHA256:f2qOuPGT+3tHdbcGA2sx/HbsTYZNDy7Dli4qohJ5ZT8

View file

@ -3,6 +3,7 @@ name: man jpbernius
on: on:
push: push:
branches: [ "man" ] branches: [ "man" ]
workflow_dispatch:
jobs: jobs:
html: html:
@ -54,6 +55,7 @@ jobs:
mirror: mirror:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'push'
strategy: strategy:
matrix: matrix: