Skip to content

Commit 570def9

Browse files
committed
django-app Build (WIP)
1 parent 727bfa9 commit 570def9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/helm-publish.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- feature/django-app
89
paths:
910
- 'toggle/**'
1011

@@ -18,7 +19,8 @@ jobs:
1819
strategy:
1920
matrix:
2021
include:
21-
- chart: react-serve
22+
# - chart: react-serve
23+
- chart: django-app
2224

2325
steps:
2426
- name: Checkout code

0 commit comments

Comments
 (0)