Files
EssentialsPluginTemplate/.github/workflows/essentialsplugins-updatereadme-caller.yml
2025-01-31 08:23:32 -06:00

15 lines
250 B
YAML

name: Generate README
on:
push:
branches-ignore:
- 'robot-docs'
jobs:
call-update-readme:
uses: PepperDash/workflow-templates/.github/workflows/update-readme.yml@development
with:
target-branch: ${{ github.ref_name }}