diff --git a/templates/github/.github/workflows/CI.yml b/templates/github/.github/workflows/Tests.yml similarity index 92% rename from templates/github/.github/workflows/CI.yml rename to templates/github/.github/workflows/Tests.yml index a75f935..ab1a682 100644 --- a/templates/github/.github/workflows/CI.yml +++ b/templates/github/.github/workflows/Tests.yml @@ -1,4 +1,4 @@ -name: CI +name: Tests on: push: branches: @@ -32,7 +32,7 @@ jobs: - ubuntu-latest - macOS-latest - windows-latest - uses: "ITensor/JuliaActions/workflows/tests.yml@main" + uses: "ITensor/JuliaActions/workflows/Tests.yml@main" with: group: "${{ matrix.group }}" julia-version: "${{ matrix.version }}"