Merge pull request #61 from IT4Change/pr-target-run-workflow

fix(workflow): run workflows when pullrequest is targeting this repo
This commit is contained in:
Ulf Gebhardt 2023-09-12 13:22:44 +02:00 committed by GitHub
commit 3c3ab85471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: