Skip to content

Commit dd1b72b

Browse files
committed
adding go
1 parent 467112f commit dd1b72b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Deploy
33
# Define when the workflow should run
44
on:
55
# Allow manual triggering of the workflow from the Actions tab
6-
braches:
7-
- features/db
6+
push:
7+
branches:
8+
- features/db
89
workflow_dispatch:
910

1011
# Allow inputs to be passed when manually triggering the workflow from the Actions tab

0 commit comments

Comments
 (0)