Try fixing pull request test builds. Again.
This commit is contained in:
parent
b1cf9d1966
commit
9f473ff381
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pr.yml
vendored
5
.github/workflows/pr.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Test Full Build
|
||||
on: pull_request_target
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue