Skip to content

Commit 802983e

Browse files
authored
修复pr action运行失败
1 parent 411b0ba commit 802983e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
./gradlew bundleRelease
5151
5252
- name: Deploy
53+
if: ${{ github.event_name != 'pull_request' }}
5354
uses: peaceiris/actions-gh-pages@v4
5455
with:
5556
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)