mirror of https://code.forgejo.org/forgejo/runner
Merge pull request 'run example workflow on pull_request_target as well' (#89) from earl-warren/runner:wip-upgrade-example into main
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/89 Reviewed-by: dachary <dachary@noreply.code.forgejo.org>pull/91/head
commit
29fff564cd
|
@ -1,5 +1,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
on: [push]
|
||||
on:
|
||||
pull_request_target:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
example-docker-compose:
|
||||
|
|
Loading…
Reference in New Issue