mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 02:38:58 +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"
|
name: "Analysis"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
branches: [ master, stable-* ]
|
branches: [ master, stable-* ]
|
||||||
push:
|
push:
|
||||||
branches: [ master, stable-* ]
|
branches: [ master, stable-* ]
|
||||||
|
|
Loading…
Reference in a new issue