Skip to content

Commit

Permalink
i hate change
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Nov 2, 2023
1 parent 4634c22 commit 3adeac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# send to other release job if needed
- uses: actions/upload-artifact@v2
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name != 'pull_request' }}
with:
name: bttv-apk
path: bttv.apk
Expand Down

0 comments on commit 3adeac0

Please sign in to comment.