mirror of
https://gh.wpcy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2026-04-26 06:35:38 +08:00
15 lines
272 B
YAML
15 lines
272 B
YAML
name: Regenerate README file
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
paths-ignore:
|
|
- "features/**"
|
|
- "README.md"
|
|
|
|
jobs:
|
|
regenerate-readme:
|
|
uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main
|