Skip to content

Commit 3853dfa

Browse files
Fix gh action script
1 parent 6075f9e commit 3853dfa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Build and Deploy
2-
on: workflow_dispatch
3-
push:
4-
branches:
5-
- main
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
68
jobs:
79
build-and-deploy:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)