mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-24 20:43:05 +00:00
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:
parent
1e1c969cbc
commit
4a4a7372d5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/readme.yml
vendored
2
.github/workflows/readme.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Generate READMEs
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- "resources/**"
|
||||
|
|
Loading…
Reference in a new issue