Skip to content

Commit 1d5b4f9

Browse files
authored
Update Registrator workflow (#34)
1 parent 33045a4 commit 1d5b4f9

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

.github/workflows/Register.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/Registrator.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
name: Register Package
22
on:
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

1311
permissions:
1412
contents: write
1513
pull-requests: write
1614

1715
jobs:
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

0 commit comments

Comments
 (0)