ci: Try and make runner job work on PRs
This commit is contained in:
parent
4bb6e633e0
commit
7f24956148
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ "*" ]
|
||||
tags: [ "*" ]
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
@ -255,4 +255,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: android
|
||||
path: artifacts/*
|
||||
path: artifacts/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue