mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
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>
This commit is contained in:
commit
29fff564cd
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
on: [push]
|
||||
on:
|
||||
pull_request_target:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
example-docker-compose:
|
||||
|
|
Loading…
Reference in a new issue