Skip to content

Commit eee7822

Browse files
committed
feat: add updatedoc caller
1 parent 85d2e4e commit eee7822

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
name: Generate README
3+
4+
on:
5+
push:
6+
branches-ignore:
7+
- 'robot-docs'
8+
9+
jobs:
10+
call-update-readme:
11+
uses: PepperDash/workflow-templates/.github/workflows/update-readme.yml@development
12+
with:
13+
target-branch: ${{ github.ref_name }}
14+

0 commit comments

Comments
 (0)