Skip to content

Commit

Permalink
Change triggers again
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
laurigates authored Aug 23, 2024
1 parent bb019f5 commit 49f3649
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cesium-dashboard-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: cesium-dashboard-image
on:
push:
branches:
- "**"
- "main"
tags:
- "v*.*.*"
pull_request:
- "v*.*.*"

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 49f3649

Please sign in to comment.