Skip to content

Commit 7895a66

Browse files
Merge branch 'main' into main
2 parents 407b7d4 + f952fd7 commit 7895a66

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ Verify that the following are valid
3434
* ...
3535

3636
## Other Information
37-
<!-- Add any other helpful information that may be needed here. -->
37+
38+
<!-- Add any other helpful information that may be needed here. -->
39+

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: CI-Validate Deployment
1+
name: CI-Validate Deployment-CKM-V2
22
on:
33
push:
44
branches:
5+
56
- main
67
- dev
78
- demo
9+
810
schedule:
911
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
1012

0 commit comments

Comments
 (0)