Skip to content

Commit d187548

Browse files
committed
build: Add auto-deploy-main back to the GitHub workflow #1587
1 parent b2bbdc8 commit d187548

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/auto-deploy-main.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: 'Auto Deploy Main'
22

3-
# TODO: Enable me in ticket #1587- Connection pooling
4-
#on:
5-
# pull_request_target:
6-
# types:
7-
# - closed
8-
# branches: [ main ]
3+
on:
4+
pull_request_target:
5+
types:
6+
- closed
7+
branches: [ main ]
98

109
jobs:
1110
versioning:

0 commit comments

Comments
 (0)