run workflows when pullrequest is targeting this repo

This commit is contained in:
Ulf Gebhardt 2023-09-12 13:21:41 +02:00
parent 7f00403d24
commit 0af89e6709
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: build test CI
on: push
on: [ push, pull_request_target ]
jobs:
build-test:

View File

@ -1,6 +1,6 @@
name: lint test CI
on: push
on: [ push, pull_request_target ]
jobs:
build-test: