Skip to content

chore: extend org Renovate preset (github>hyperi-io/renovate-config) #315

chore: extend org Renovate preset (github>hyperi-io/renovate-config)

chore: extend org Renovate preset (github>hyperi-io/renovate-config) #315

Workflow file for this run

# Project: hyperi-rustlib
# File: .github/workflows/ci.yml
# Purpose: CI pipeline
#
# License: FSL-1.1-ALv2
# Copyright: (c) 2026 HYPERI PTY LIMITED
name: CI
on:
push:
branches: ["**"]
paths-ignore:
- ".claude/**"
- ".cursor/**"
- ".gemini/**"
- "hyperi-ai/**"
- "docs/**"
- "**.md"
pull_request:
branches: [main]
workflow_dispatch:
inputs:
tag:
type: string
required: true
description: "Tag to publish (e.g. v1.20.1)"
permissions:
contents: write
issues: write
packages: write
pull-requests: write
jobs:
ci:
uses: hyperi-io/hyperi-ci/.github/workflows/rust-ci.yml@main
with:
publish-target: oss
tag: ${{ inputs.tag || '' }}
secrets: inherit