revert: 取消自动前面
This commit is contained in:
parent
39e0f33e7f
commit
2a2bb2f827
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: chmod +x gradlew
|
||||
|
||||
- name: Write sign info
|
||||
if: github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo'
|
||||
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Super12138/ToDo'
|
||||
run: |
|
||||
if [ ! -z "${{ secrets.SIGNING_KEY }}" ]; then
|
||||
echo releaseStorePassword='${{ secrets.KEY_STORE_PASSWORD }}' >> gradle.properties
|
||||
|
|
|
|||
Loading…
Reference in a new issue