Skip to content

Commit

Permalink
enable apk building for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Sep 3, 2023
1 parent a69e3d4 commit 5a9629f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- master
tags:
- 'v*'
pull_request:
branches:
- master

jobs:
test:
Expand Down Expand Up @@ -83,7 +86,7 @@ jobs:
release:
name: Publish
needs: apk
# if: startsWith(github.ref, 'refs/tags/v')
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5a9629f

Please sign in to comment.