Skip to content

Commit

Permalink
run workflows when pullrequest is targeting this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Sep 12, 2023
1 parent 7f00403 commit 0af89e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build test CI

on: push
on: [ push, pull_request_target ]

jobs:
build-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lint test CI

on: push
on: [ push, pull_request_target ]

jobs:
build-test:
Expand Down

0 comments on commit 0af89e6

Please sign in to comment.