Skip to content

Commit 125be24

Browse files
Merge pull request #2266 from RitvikSardana/build-ci
fix(ci): run build image on main branch
2 parents 1f2a1da + c7827a4 commit 125be24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- develop
87
tags:
98
- "*"
109

@@ -39,12 +38,11 @@ jobs:
3938

4039
- name: Set Branch
4140
run: |
42-
export APPS_JSON='[{"url": "https://github.com/frappe/helpdesk","branch": ${{ github.ref_name }}}]'
41+
export APPS_JSON='[{"url": "https://github.com/frappe/helpdesk","branch": "main"}]'
4342
echo "APPS_JSON_BASE64=$(echo $APPS_JSON | base64 -w 0)" >> $GITHUB_ENV
4443
echo "FRAPPE_BRANCH=version-15" >> $GITHUB_ENV
4544
4645
- name: Set Image Tag
47-
if: github.ref_name == 'main'
4846
run: |
4947
echo "IMAGE_TAG=stable" >> $GITHUB_ENV
5048

0 commit comments

Comments
 (0)