diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90e0010..96b7474 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,14 +6,10 @@ on: paths-ignore: - '**.md' - '**.txt' + merge_group: schedule: - cron: '45 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish) - push: - branches: - - main - paths-ignore: - - '**.md' - - '**.txt' + workflow_dispatch: env: IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}