diff --git a/.github/workflows/ci.yaml b/.github/workflows/pipeline.yaml similarity index 99% rename from .github/workflows/ci.yaml rename to .github/workflows/pipeline.yaml index 1bd3bd0..af5c3a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/pipeline.yaml @@ -1,4 +1,4 @@ -name: CI +name: Pipeline on: push: diff --git a/connorjs-analyzers.sln b/connorjs-analyzers.sln index 75b9b08..3e943a9 100644 --- a/connorjs-analyzers.sln +++ b/connorjs-analyzers.sln @@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{E393E29D-8 .editorconfig = .editorconfig .gitattributes = .gitattributes .gitignore = .gitignore - .github\workflows\ci.yaml = .github\workflows\ci.yaml + .github\workflows\pipeline.yaml = .github\workflows\pipeline.yaml ci-build.ps1 = ci-build.ps1 Directory.Build.props = Directory.Build.props GitVersion.yml = GitVersion.yml