فهرست منبع

Deb: only trigger debian when released

kslr 5 سال پیش
والد
کامیت
73e2887f6e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      .github/workflows/deb.yml

+ 1 - 0
.github/workflows/deb.yml

@@ -45,6 +45,7 @@ jobs:
           path: ./*.deb
 
       - name: Setup Repository
+        if: github.event_name == 'release'
         run: |
           git clone https://github.com/v2fly/debian.git archive
           echo ${{ secrets.DEBIAN_GPG_PRIVATE }} | base64 -d > private.key