Kaynağa Gözat

Only run deploy tests on PR create

Waqar Ahmed 4 yıl önce
ebeveyn
işleme
b4d44dbeeb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/deploy_charts.yml

+ 1 - 1
.github/workflows/deploy_charts.yml

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