Revert "Github CI: Use pull_request_target instead of pull_request"

This commit is contained in:
Henrik Rydgård
2025-07-18 21:06:54 +02:00
committed by GitHub
parent 0891ec741c
commit 1fb3cdcf12
2 changed files with 4 additions and 12 deletions
+2 -6
View File
@@ -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 }})
+2 -6
View File
@@ -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: