Deb: only trigger debian when released

This commit is contained in:
kslr
2021-01-05 08:58:46 +08:00
parent d1b39398a9
commit 73e2887f6e
+1
View File
@@ -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