Skip to content

[PATCH] Drop redundant tag triggers from CI; restrict docs to v* tags #63

[PATCH] Drop redundant tag triggers from CI; restrict docs to v* tags

[PATCH] Drop redundant tag triggers from CI; restrict docs to v* tags #63

Workflow file for this run

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