Only run deploy tests on PR create
This commit is contained in:
2
.github/workflows/deploy_charts.yml
vendored
2
.github/workflows/deploy_charts.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Charts-CI
|
||||
|
||||
on: [push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
deploy-charts:
|
||||
|
||||
Reference in New Issue
Block a user