diff --git a/.github/workflows/check-for-releases.yml b/.github/workflows/check-for-releases.yml index b8160e4..2c490c9 100644 --- a/.github/workflows/check-for-releases.yml +++ b/.github/workflows/check-for-releases.yml @@ -1,8 +1,9 @@ name: Check for Release on: - schedule: - - cron: '0 12 * * *' # Cron expression for 12 PM UTC (6 AM CST) + push + # schedule: + # - cron: '0 12 * * *' # Cron expression for 12 PM UTC (6 AM CST) jobs: check-release: