Skip to content

Commit ae434a8

Browse files
committed
Allow push from this branch to prod
1 parent 317af6a commit ae434a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/DeployMainBranch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- 'main'
6+
- 'fixProdDeployment'
67

78
jobs:
89
deploy_to_test:

0 commit comments

Comments
 (0)