Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Remove unused software #117

Remove unused software

Remove unused software #117

Workflow file for this run

name: master
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
push:
branches:
- master
jobs:
build:
uses: ./.github/workflows/build.yml
permissions:
contents: read
packages: write
release:
needs: build
uses: ./.github/workflows/release.yml
permissions:
contents: write
actions: write