Skip to content

Commit f9e68dd

Browse files
committed
fix config
1 parent fc43f4e commit f9e68dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/render.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
push:
99
branches:
10-
- render-config
10+
- render-test
1111

1212
jobs:
1313
build:
@@ -40,4 +40,4 @@ jobs:
4040

4141
- name: Deploy
4242
run: |
43-
"curl ${{ secrets.RENDER_DEPLOY_HOOK_URL }}"
43+
curl ${{ secrets.RENDER_DEPLOY_HOOK_URL }}

0 commit comments

Comments
 (0)