From 4d8cb39dd340801c3ec2c66612a4542de505c89a Mon Sep 17 00:00:00 2001 From: Connor Sullivan Date: Mon, 22 Jul 2024 23:46:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Rename=20CI=20to=20Pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renames GitHub workflow from CI to Pipeline. --- .github/workflows/{ci.yaml => pipeline.yaml} | 2 +- connorjs-analyzers.sln | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yaml => pipeline.yaml} (99%) 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