Skip to content

Commit

Permalink
ci: adjust trigger conditions for cesium-dashboard workflow (#10)
Browse files Browse the repository at this point in the history
These conditions make more sense when using release-please
  • Loading branch information
laurigates authored Aug 22, 2024
1 parent f184db4 commit 726e6f8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cesium-dashboard-image.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 726e6f8

Please sign in to comment.