Skip to content

Commit b8d7b30

Browse files
Add update-this-latest-branch workflow for this repo
1 parent 51e5d50 commit b8d7b30

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Update `latest` branch
2+
3+
on:
4+
push:
5+
branches:
6+
- "branch-*"
7+
8+
jobs:
9+
update-latest-branch:
10+
uses: ./update-latest-branch.yaml
11+
with:
12+
branch: ${{ github.ref_name }}
13+
dry_run: true

0 commit comments

Comments
 (0)