mirror of
https://gh.wpcy.net/https://github.com/wp-cli/profile-command.git
synced 2026-04-17 14:32:21 +08:00
19 lines
327 B
YAML
19 lines
327 B
YAML
name: Regenerate README file
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
paths-ignore:
|
|
- "features/**"
|
|
- "README.md"
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
regenerate-readme:
|
|
uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main
|