This is an automated email from the ASF dual-hosted git repository. lewismc pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika-helm.git
commit 3baa316495906db14dbc02ca2ee62a6fcb606640 Merge: 5d77f86 9f2d92f Author: Lewis John McGibbney <[email protected]> AuthorDate: Mon Mar 20 15:04:55 2023 -0700 Merge branch 'main' of https://github.com/apache/tika-helm .github/workflows/lint-test.yaml | 26 +++++++++++++++++++++++--- Chart.yaml | 15 ++++++++++----- README.md | 3 --- values.yaml | 2 +- 4 files changed, 34 insertions(+), 12 deletions(-) diff --cc .github/workflows/lint-test.yaml index 1ddba1b,cf39253..d3bc11c --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@@ -1,6 -1,23 +1,26 @@@ + # Licensed to the Apache Software Foundation (ASF) under one or more + # contributor license agreements. See the NOTICE file distributed with + # this work for additional information regarding copyright ownership. + # The ASF licenses this file to You under the Apache License, Version 2.0 + # (the "License"); you may not use this file except in compliance with + # the License. You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + name: Lint and Test Charts - on: pull_request + on: ++ push: ++ branches: [ main ] + pull_request: + branches: [ main ] ++ types: [opened, synchronize, reopened] jobs: lint-test:
