Skip to content

Commit

Permalink
change triggers so renovatebot have tests and charts released on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel "Kang" Perez committed Jun 17, 2024
1 parent 185a087 commit b611c7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Lint and test PR

on: pull_request
on:
push:
branches:
- renovate/**
pull_request:
workflow_dispatch:

jobs:
chart-unittest:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish-charts.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish chart

on:
release:
types: [ released ]
push:
branches:
- main

permissions:
contents: write
Expand Down

0 comments on commit b611c7a

Please sign in to comment.