diff --git a/.github/workflows/publish_compiler.yaml b/.github/workflows/publish_compiler.yaml index 59ca17da..066c9c06 100644 --- a/.github/workflows/publish_compiler.yaml +++ b/.github/workflows/publish_compiler.yaml @@ -1,10 +1,7 @@ name: Build compiler image on: - workflow_dispatch: - schedule: - # * is a special character in YAML so you have to quote this string - - cron: '00 00 * * *' + push: env: DOCKER_HUB_URL: docker.io/timescale/timescaledb-ha