Skip to content

Commit

Permalink
Merge pull request #6 from lsst-it/IT-5310/release-0.2.0
Browse files Browse the repository at this point in the history
release 0.2.0
  • Loading branch information
jhoblitt authored May 6, 2024
2 parents ae2b9c1 + db9b317 commit 207d439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ name: Build and Publish
- "v*.*.*"
pull_request:
branches:
- "main"
- 'master'
- main
- master

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -125,8 +125,7 @@ jobs:


chart-release:
# only run when merged to main
if: github.ref == 'refs/heads/main'
if: startsWith(github.ref, 'refs/tags/')
name: Helm Chart Release
needs:
- oci_image
Expand Down
4 changes: 2 additions & 2 deletions charts/gnocpush/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: gnocpush
description: Push Prometheus Alertmanager webhook payloads to Global NOC
type: application
version: 0.1.0
appVersion: 0.1.0
version: 0.2.0
appVersion: 0.2.0

0 comments on commit 207d439

Please sign in to comment.