Skip to content

Automatic JuliaFormatter.jl run (#55) #12

Automatic JuliaFormatter.jl run (#55)

Automatic JuliaFormatter.jl run (#55) #12

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 }}