ci: Try and make runner job work on PRs

This commit is contained in:
Briar 2025-04-03 15:43:37 +02:00
parent 35843f8848
commit 3e8c796770

View file

@ -4,7 +4,7 @@ on:
push: push:
branches: [ "*" ] branches: [ "*" ]
tags: [ "*" ] tags: [ "*" ]
pull_request: pull_request_target:
branches: [ master ] branches: [ master ]
jobs: jobs:
@ -255,4 +255,4 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: android name: android
path: artifacts/* path: artifacts/*