mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Revert "Github CI: Use pull_request_target instead of pull_request"
This commit is contained in:
@@ -2,7 +2,7 @@ name: Generate Linux AppImage
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- master
|
||||
# For testing.
|
||||
#- test_arch
|
||||
tags:
|
||||
@@ -12,7 +12,7 @@ on:
|
||||
- 'Tools/**'
|
||||
- '.{editorconfig,gitattributes,gitignore}'
|
||||
- 'appveyor.yml'
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
@@ -26,10 +26,6 @@ env:
|
||||
#SDL_VIDEODRIVER: "dummy"
|
||||
#BUILD_CONFIGURATION: Release #RelWithDebInfo
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build (${{ matrix.id }})
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- master
|
||||
# For testing.
|
||||
- actions
|
||||
tags:
|
||||
@@ -13,7 +13,7 @@ on:
|
||||
- 'Tools/**'
|
||||
- '.{editorconfig,gitattributes,gitignore}'
|
||||
- 'appveyor.yml'
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
@@ -25,10 +25,6 @@ on:
|
||||
env:
|
||||
BUILD_CONFIGURATION: Release
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user