Only run deploy tests on PR create

This commit is contained in:
Waqar Ahmed 2020-11-30 18:51:27 +05:00
parent 620df463b2
commit b4d44dbeeb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Charts-CI
on: [push]
on: [pull_request]
jobs:
deploy-charts: