We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f285092 commit 3c9a900Copy full SHA for 3c9a900
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
./gradlew app:assembleAlphaRelease
48
./gradlew app:assembleMetaRelease
49
- name: Delete release if exist then create release
50
- if: github.repository == 'MetaCubeX/ClashMetaForAndroid'
+ if: github.repository == 'MetaCubeX/ClashMetaForAndroid' && github.event_name == 'push'
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
run: |
0 commit comments