Skip to content

Commit

Permalink
chore(ci): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CielNeko committed Feb 17, 2024
1 parent 2c670df commit 5906875
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
tags-ignore:
- 'v*'
branches:
- '*'
pull_request:
jobs:
libcore:
name: Native Build (LibCore)
Expand Down Expand Up @@ -69,7 +72,8 @@ jobs:
name: APKs
path: ${{ env.APK }}
upload:
name: Upload Release
name: Upload APK
if: ${{ github.event_name != 'pull_request'}}
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 5906875

Please sign in to comment.