Skip to content

Submit the code from "release" branch to a separate OBS project #62

Submit the code from "release" branch to a separate OBS project

Submit the code from "release" branch to a separate OBS project #62

name: Submit agama-products
on:
# runs on pushes targeting the default branch
push:
branches:
- master
- release
paths:
# run only when a Rust source is changed
- products.d/**
# allow running manually
workflow_dispatch:
jobs:
update_staging:
uses: ./.github/workflows/obs-staging-shared.yml
# pass all secrets
secrets: inherit
with:
package_name: agama-products
service_file: products.d/_service