Skip to content

Commit 705cf37

Browse files
committed
Test with push
1 parent 2f79086 commit 705cf37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update_submodule.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Get latest version of submodules and push back to 6-dev branch
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- "6-dev"
58

69
jobs:
710
build_deploy:
@@ -33,6 +36,7 @@ jobs:
3336
# Update, commit, and push
3437
- name : Update tips
3538
run: |
39+
cd ../../
3640
git status
3741
git add submodules/plone.api submodules/plone.restapi submodules/volto
3842
git config user.name github-actions

0 commit comments

Comments
 (0)