Skip to content

Commit

Permalink
workflows:
Browse files Browse the repository at this point in the history
  • Loading branch information
backslashxx committed Jan 12, 2025
1 parent 93c7c0a commit bd7457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: android-actions/setup-android@v3

- name: Write key
if: ${{ (github.event_name != 'pull_request' && github.ref == 'refs/heads/master') || github.ref_type == 'tag' }}
if: ${{ (github.event_name != 'pull_request') || github.ref_type == 'tag' }}
run: |
if [ ! -z "${{ secrets.KEYSTORE }}" ]; then
{
Expand Down

0 comments on commit bd7457c

Please sign in to comment.