mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 13:11:58 +00:00
handle pull_request_target triggers
This commit is contained in:
parent
409b759865
commit
a09a00acf0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-pr-artifacts.yml
vendored
2
.github/workflows/update-pr-artifacts.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
update-pr-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
|
||||
if: (github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'pull_request_target') && github.event.workflow_run.conclusion == 'success'
|
||||
name: Update PR Artifacts
|
||||
steps:
|
||||
- name: Get PR Number
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue