We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411b0ba commit 802983eCopy full SHA for 802983e
.github/workflows/android.yml
@@ -50,6 +50,7 @@ jobs:
50
./gradlew bundleRelease
51
52
- name: Deploy
53
+ if: ${{ github.event_name != 'pull_request' }}
54
uses: peaceiris/actions-gh-pages@v4
55
with:
56
github_token: ${{ github.token }}
0 commit comments