run example workflow on pull_request_target as well
This commit is contained in:
parent
8de0ce42b9
commit
924748200e
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
example-docker-compose:
|
example-docker-compose:
|
||||||
|
|
Loading…
Reference in a new issue