Skip to content

Commit ac70e3d

Browse files
committed
Make deploy workflow run on prod branch as well
1 parent 207679e commit ac70e3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- prod
78

89
jobs:
910
deployment:

0 commit comments

Comments
 (0)