run example workflow on pull_request_target as well

This commit is contained in:
Earl Warren 2023-10-06 12:14:13 +02:00
parent 8de0ce42b9
commit 924748200e
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -1,5 +1,7 @@
# SPDX-License-Identifier: MIT
on: [push]
on:
pull_request_target:
push:
jobs:
example-docker-compose: