Skip to content

Commit 9bd6138

Browse files
author
1360151219
committed
fix: :greenheart: ci push on develop
1 parent 6859026 commit 9bd6138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: deploy
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [develop]
66

77
jobs:
88
deploy:
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js v16.x
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: '16.x'
16+
node-version: "16.x"
1717

1818
- name: Install and Build
1919
run: |

0 commit comments

Comments
 (0)