Skip to content

Commit be52632

Browse files
Annoyingly the branch is protected
and I dont have time to work out the permissions today Signed-off-by: Rob Sewell <[email protected]>
1 parent 2a73325 commit be52632

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy-module.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
GalleryApiToken: ${{ secrets.GalleryApiToken }}
8787
ReleaseBranch: main
8888
MainGitBranch: main
89-
- name: Merge main -> develop
89+
#- name: Merge main -> develop
9090
# This step merges the main branch into the develop branch after a successful deployment. This ensures that the develop branch includes the tag for the latest release.
91-
uses: devmasx/[email protected]
92-
with:
93-
type: now
94-
from_branch: main
95-
target_branch: develop
96-
github_token: ${{ secrets.GitHubToken }}
91+
# uses: devmasx/[email protected]
92+
# with:
93+
# type: now
94+
# from_branch: main
95+
# target_branch: develop
96+
# github_token: ${{ secrets.GitHubToken }}

0 commit comments

Comments
 (0)