From 49f3649a7baf885633acdb2c59e9bfad8a4863b4 Mon Sep 17 00:00:00 2001 From: Lauri Gates Date: Fri, 23 Aug 2024 18:54:50 +0300 Subject: [PATCH] Change triggers again The triggers weren't the reason for release-please images not being built. Changing them back because the current config causes too many builds and clogs the pipeline. --- .github/workflows/cesium-dashboard-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cesium-dashboard-image.yml b/.github/workflows/cesium-dashboard-image.yml index ff1abf4..e5e38b2 100644 --- a/.github/workflows/cesium-dashboard-image.yml +++ b/.github/workflows/cesium-dashboard-image.yml @@ -3,10 +3,9 @@ name: cesium-dashboard-image on: push: branches: - - "**" + - "main" tags: - - "v*.*.*" - pull_request: + - "v*.*.*" env: REGISTRY: ghcr.io