mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
run workflows when pullrequest is targeting this repo
This commit is contained in:
parent
7f00403d24
commit
0af89e6709
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: build test CI
|
||||
|
||||
on: push
|
||||
on: [ push, pull_request_target ]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: lint test CI
|
||||
|
||||
on: push
|
||||
on: [ push, pull_request_target ]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user