Skip to content

Apply workspace patch (#29) #13

Apply workspace patch (#29)

Apply workspace patch (#29) #13

Workflow file for this run

name: "Register Package"
on:
workflow_dispatch: ~
push:
branches:
- "master"
- "main"
paths:
- "Project.toml"
permissions:
contents: "write"
pull-requests: "write"
jobs:
Register:
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
with:
localregistry: "ITensor/ITensorRegistry"
secrets:
REGISTRATOR_KEY: "${{ secrets.REGISTRATOR_KEY }}"