diff --git a/.obs/workflows.yml b/.obs/workflows.yml new file mode 100644 index 00000000..4608dad4 --- /dev/null +++ b/.obs/workflows.yml @@ -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 -, but how to get here ? + target_project: isv:SUSEInfra:Tools + filters: + event: tag_push + branches: + only: + - main +