Skip to content

Commit 3cd19c7

Browse files
Update CI.yml
1 parent 58cde95 commit 3cd19c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main # Adjust this to the branch you want to trigger the deployment on
7+
- dev
78
schedule:
89
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
910

@@ -178,4 +179,4 @@ jobs:
178179
} catch {
179180
Write-Output "Failed to send notification."
180181
}
181-
182+

0 commit comments

Comments
 (0)