Skip to content

Commit 8076cbe

Browse files
authored
prod(zero-cache): reenable prod deploys (#3507)
1 parent 1d4209b commit 8076cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cf-prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy Zero-Cache AWS CF
22

33
on:
44
push:
5-
branches: [disabled] # TODO: change back to [main] after vetting on sandbox
5+
branches: [main]
66
# paths:
77
# - 'packages/zero-cache/**'
88
env:

0 commit comments

Comments
 (0)