Skip to content

Commit ebb3f81

Browse files
authored
Update Registrator workflow (#51)
1 parent 46652df commit ebb3f81

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.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)