Skip to content

Commit 70bfbca

Browse files
committed
Disable prerelease-alpha step for forks
1 parent a430f75 commit 70bfbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Build
4646
run: ./gradlew app:assembleAlphaRelease
4747
- name: Delete release if exist then create release
48+
if: github.repository == 'MetaCubeX/ClashMetaForAndroid'
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
run: |

0 commit comments

Comments
 (0)