ci: add on_workflow_call & on_workflow_dispatch (#2163)

This commit allows the readme.yml to be called by
other workflows and manually invoked.
This commit is contained in:
Hamothy 2023-09-13 23:18:58 +01:00 committed by GitHub
parent 1e1c969cbc
commit 4a4a7372d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
name: Generate READMEs
on:
workflow_call:
workflow_dispatch:
push:
paths:
- "resources/**"