diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a28b9b6e..123afff5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,6 +4,7 @@ on: push: branches: - main # Adjust this to the branch you want to trigger the deployment on + - dev schedule: - cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT @@ -178,4 +179,4 @@ jobs: } catch { Write-Output "Failed to send notification." } - \ No newline at end of file +