Skip to content

Commit fa1639e

Browse files
committed
run deploy on 3.x and 4.x branches
1 parent f4f1071 commit fa1639e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Production Deployment
33
on:
44
push:
55
branches:
6-
- main
6+
- 3.x
7+
- 4.x
78

89
jobs:
910
deploy:

0 commit comments

Comments
 (0)