diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-07-19 15:06:42 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-07-24 21:17:52 +0200 |
| commit | 73a141316db78b942160b11bdb3c92208f3eddd6 (patch) | |
| tree | 1f35f0b939c8f467a45c6cbd62be771865ab838b /test/asset | |
| parent | 0ddc5807cab7cf3b791b1de4cffe2b1165b2480d (diff) | |
Diffstat (limited to 'test/asset')
| -rw-r--r-- | test/asset/publish/push.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/asset/publish/push.yaml b/test/asset/publish/push.yaml new file mode 100644 index 0000000..d82cd0b --- /dev/null +++ b/test/asset/publish/push.yaml @@ -0,0 +1,7 @@ +repo source_repo: +repo target_repo: + +job push_job: + push: + - source: source_repo.commit + destination: target_repo.branch("master") |