We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46652df commit ebb3f81Copy full SHA for ebb3f81
.github/workflows/Registrator.yml
@@ -1,22 +1,19 @@
1
name: Register Package
2
on:
3
workflow_dispatch:
4
- pull_request:
5
- types:
6
- - closed
7
- paths:
8
- - 'Project.toml'
+ push:
9
branches:
10
- 'master'
11
- 'main'
+ paths:
+ - 'Project.toml'
12
13
permissions:
14
contents: write
15
pull-requests: write
16
17
jobs:
18
Register:
19
- if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
20
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
21
with:
22
localregistry: ITensor/ITensorRegistry
0 commit comments