Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
master:
steps:
- branch_package:
source_project: isv:SUSEInfra:Tools
source_package: infrastructure-formulas
target_project: isv:SUSEInfra:Devel:Git
filters:
event: push
branches:
only:
- main
- devel
release:
steps:
- submit_request:
source_project: isv:SUSEInfra:Devel:Git
source_package: infrastructure-formulas # branch_package branches it to -<tag>, but how to get <tag> here ?
target_project: isv:SUSEInfra:Tools
filters:
event: tag_push
branches:
only:
- main