chore: ci workflow tweaks (#85)

This commit is contained in:
Benjamin Sherman
2023-10-06 16:03:25 -05:00
committed by GitHub
parent d59eec6208
commit a1267cb284

View File

@@ -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 }}