Skip to content

Commit

Permalink
🚚 Rename CI to Pipeline (#12)
Browse files Browse the repository at this point in the history
Renames GitHub workflow from CI to Pipeline.
  • Loading branch information
connorjs authored Jul 23, 2024
1 parent 999d6a8 commit 49a3992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Pipeline

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion connorjs-analyzers.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49a3992

Please sign in to comment.