We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6722b commit a201555Copy full SHA for a201555
2 files changed
.github/workflows/FormatCheck.yml
@@ -1,10 +1,15 @@
1
name: "Format Check"
2
on:
3
- push:
4
- branches:
5
- - "main"
6
- tags: "*"
7
- pull_request: ~
+ pull_request_target:
+ types:
+ - "opened"
+ - "synchronize"
+ - "reopened"
8
+ - "ready_for_review"
9
+permissions:
10
+ contents: "read"
11
+ actions: "write"
12
+ pull-requests: "write"
13
jobs:
14
format-check:
15
Project.toml
@@ -1,6 +1,6 @@
name = "NestedPermutedDimsArrays"
uuid = "2c2a8ec4-3cfc-4276-aa3e-1307b4294e58"
-version = "0.1.11"
+version = "0.1.12"
authors = ["ITensor developers <support@itensor.org> and contributors"]
[compat]
0 commit comments