diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 596c76c..3c290ea 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,8 +1,6 @@ name: "Format Check" on: pull_request_target: - paths: - - "**/*.jl" types: - "opened" - "synchronize" diff --git a/Project.toml b/Project.toml index 9d84f49..2d24942 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FunctionImplementations" uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -version = "0.4.2" +version = "0.4.3" authors = ["ITensor developers and contributors"] [workspace]