Skip to content

Commit e73bcd9

Browse files
author
Harmanpreet Kaur
committed
fix: restore push and schedule triggers in CI workflow
1 parent 07dd910 commit e73bcd9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Validate Deployment
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
7-
# - dev
8-
# - demo
9-
# schedule:
10-
# - cron: '0 8,20 * * *' # Runs at 8:00 AM and 8:00 PM GMT
4+
push:
5+
branches:
6+
- main
7+
- dev
8+
- demo
9+
schedule:
10+
- cron: '0 8,20 * * *' # Runs at 8:00 AM and 8:00
1111
workflow_dispatch:
1212

1313
permissions:

0 commit comments

Comments
 (0)