Skip to content

Commit

Permalink
ci: run chart-test workflow only on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Sep 13, 2023
1 parent c317ed1 commit d286174
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
---
name: Chart Testing
on: [push]
name: Helm Test
on:
push:
# run only on branches and not tags
branches:
- '**'

jobs:
kind:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d286174

Please sign in to comment.