File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
templates/github/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11name = " ITensorPkgSkeleton"
22uuid = " 3d388ab1-018a-49f4-ae50-18094d5f71ea"
33authors = [" ITensor developers <support@itensor.org> and contributors" ]
4- version = " 0.3.12 "
4+ version = " 0.3.13 "
55
66[deps ]
77DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Original file line number Diff line number Diff line change 11name : Register Package
22on :
33 workflow_dispatch :
4- pull_request :
5- types :
6- - closed
7- paths :
8- - ' Project.toml'
4+ push :
95 branches :
106 - ' master'
117 - ' main'
8+ paths :
9+ - ' Project.toml'
1210
1311permissions :
1412 contents : write
1513 pull-requests : write
1614
1715jobs :
1816 Register :
19- if : github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
2017 uses : " ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
2118 with :
2219 localregistry : ITensor/ITensorRegistry
You can’t perform that action at this time.
0 commit comments