Browse Source

Update action names

Sebastien Ros 3 years ago
parent
commit
404b7ee874
4 changed files with 4 additions and 4 deletions
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/pr.yml
  3. 1 1
      .github/workflows/release.yml
  4. 1 1
      README.md

+ 1 - 1
.github/workflows/staging.yml → .github/workflows/build.yml

@@ -1,4 +1,4 @@
-name: Publish on MyGet
+name: Build
 
 
 on:
 on:
 
 

+ 1 - 1
.github/workflows/pr.yml

@@ -1,4 +1,4 @@
-name: Build
+name: PR Check
 
 
 on:
 on:
   
   

+ 1 - 1
.github/workflows/release.yml

@@ -1,4 +1,4 @@
-name: Publish on NuGet
+name: Release
 
 
 on:
 on:
   push:
   push:

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-[![Build](https://github.com/sebastienros/jint/actions/workflows/build.yml/badge.svg)](https://github.com/sebastienros/jint/actions/workflows/build.yml)
+[![Build](https://github.com/sebastienros/jint/actions/workflows/staging.yml/badge.svg)](https://github.com/sebastienros/jint/actions/workflows/staging.yml)
 [![NuGet](https://img.shields.io/nuget/v/Jint.svg)](https://www.nuget.org/packages/Jint)
 [![NuGet](https://img.shields.io/nuget/v/Jint.svg)](https://www.nuget.org/packages/Jint)
 [![NuGet](https://img.shields.io/nuget/vpre/Jint.svg)](https://www.nuget.org/packages/Jint)
 [![NuGet](https://img.shields.io/nuget/vpre/Jint.svg)](https://www.nuget.org/packages/Jint)
 [![MyGet](https://img.shields.io/myget/jint/vpre/jint.svg?label=MyGet)](https://www.myget.org/feed/jint/package/nuget/Jint)
 [![MyGet](https://img.shields.io/myget/jint/vpre/jint.svg?label=MyGet)](https://www.myget.org/feed/jint/package/nuget/Jint)