diff --git a/.github/workflows/autotv.yml b/.github/workflows/autotv.yml index 830171e..7cf45eb 100644 --- a/.github/workflows/autotv.yml +++ b/.github/workflows/autotv.yml @@ -7,8 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the "main" branch//0 12 * * * test 5 min */5 * * * * schedule: - cron: '0 16 * * *' - #push: - # branches: [ "main" ] + push: + branches: [ "main" ] #pull_request: # branches: [ "main" ]