diff --git a/.gitea/workflows/sync-prices.yaml b/.gitea/workflows/sync-prices.yaml index 9d23570..4bdb7c4 100644 --- a/.gitea/workflows/sync-prices.yaml +++ b/.gitea/workflows/sync-prices.yaml @@ -1,8 +1,12 @@ name: Build and publish run-name: Build docker image and publish to registry -on: + +on: schedule: - - cron: "0 0 5/12 * * *" + - cron: '0 10,22 * * *' + push: + branches: + - 'main' jobs: build: