Skip to content

Commit d37e40b

Browse files
fix: add pull request trigger for main branch in deployment workflow
1 parent aecaeef commit d37e40b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CAdeploy-v2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Validate Deployment - Client Advisor (v2)
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
47
push:
58
branches:
69
- main

0 commit comments

Comments
 (0)