diff --git a/.github/workflows/update_go_modules.yml b/.github/workflows/update_go_modules.yml index d0aef3c..2829cca 100644 --- a/.github/workflows/update_go_modules.yml +++ b/.github/workflows/update_go_modules.yml @@ -1,9 +1,6 @@ name: Update Go Modules on: - push: - branches: - - main schedule: - cron: '0 0 * * *' # Runs every day at midnight workflow_dispatch: # Allows manual triggering of the workflow