Skip to content

Commit 9860f05

Browse files
committed
Update branches for merging
1 parent 550f219 commit 9860f05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/update_submodule.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- "esteele-build-docs"
7+
- "6-dev"
88

99
jobs:
1010
build_deploy:
@@ -13,7 +13,7 @@ jobs:
1313
# Checkout
1414
- uses: actions/checkout@v3
1515
with:
16-
ref: esteele-build-docs
16+
ref: 6-dev
1717

1818
# Pull latest plone.api
1919
- name: Pull latest plone.api
@@ -41,4 +41,3 @@ jobs:
4141
git config user.name github-actions
4242
git config user.email [email protected]
4343
git diff --exit-code && git commit -m "Update submodules tip" && git push
44-

0 commit comments

Comments
 (0)