Skip to content

Commit

Permalink
fix(ci): merge triggers (#70)
Browse files Browse the repository at this point in the history
* fix(ci): merge triggers

* Graphics folder
  • Loading branch information
DerekRoberts authored May 1, 2024
1 parent 99f8591 commit 49b453a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
File renamed without changes
5 changes: 5 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [main]
paths-ignore:
- '*.md'
- '.github/**'
- '.github/graphics/**'
- '!.github/workflows/**'
- 'renovate.json'
- 'target/**'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion charts/nr-oracle-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
name: nr-oracle-service
description: A Helm chart for Kubernetes to deploy the nr-oracle-service which uses Quarkus API to connect to Oracle DB over encrypted connection.
icon: https://raw.githubusercontent.com/bcgov/nr-oracle-service/main/charts/nr-oracle-service/helm_icon.png
icon: https://raw.githubusercontent.com/bcgov/nr-oracle-service/main/charts/nr-oracle-service/.github/graphics/helm_logo.png
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand Down

0 comments on commit 49b453a

Please sign in to comment.