From 726e6f80787de2a41d99e4dfe29beae130675918 Mon Sep 17 00:00:00 2001 From: Lauri Gates Date: Thu, 22 Aug 2024 20:42:44 +0300 Subject: [PATCH] ci: adjust trigger conditions for cesium-dashboard workflow (#10) These conditions make more sense when using release-please --- .github/workflows/cesium-dashboard-image.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cesium-dashboard-image.yml b/.github/workflows/cesium-dashboard-image.yml index fb31027..62ce3a2 100644 --- a/.github/workflows/cesium-dashboard-image.yml +++ b/.github/workflows/cesium-dashboard-image.yml @@ -1,15 +1,12 @@ name: cesium-dasbhoard-image on: - schedule: - - cron: '17 2 * * *' push: - branches: [ "main" ] + branches: + - 'main' # Publish semver tags as releases. - tags: [ 'v*.*.*' ] - pull_request: - branches: [ "main" ] - + tags: + - 'v*.*.*' env: REGISTRY: ghcr.io IMAGE_NAME: forumviriumhelsinki/cesium-dashboard