mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +03:00
Analysis: use pull_request_target
Can't post reports otherwise as github token is readonly in pull_request Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
e35b6211f0
commit
9f2bdd5916
1 changed files with 1 additions and 1 deletions
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: "Analysis"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [ master, stable-* ]
|
||||
push:
|
||||
branches: [ master, stable-* ]
|
||||
|
|
Loading…
Reference in a new issue