Skip to content

Commit 1b5e568

Browse files
committed
rename github actions
1 parent 48d8932 commit 1b5e568

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/build-all.yml renamed to .github/workflows/features-prs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: '[trigger] push, pr'
1+
name: 'Features / PRs'
22

33
on: [push, pull_request]
4+
branches:
5+
- *
6+
- !master # all branches except master
47

58
env:
69
# Workaround for GitVersionTask bug in combination with .NET Core SDK 3.1.200

.github/workflows/nuget-publish.yml renamed to .github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '[trigger] new release'
1+
name: 'Release / Beta'
22

33
on:
44
push:

.github/workflows/publish-wiki.yml renamed to .github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Publish Wiki'
1+
name: 'Wiki'
22

33
on:
44
release:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</a>
55
</p>
66
<p align="center">
7-
<a href="/isc30/blazor-lazy-loading/actions?query=workflow%3A%22%5Btrigger%5D+new+release%22"><img src="https://img.shields.io/github/workflow/status/isc30/blazor-lazy-loading/[trigger]%20new%20release/master?logo=github" /></a>
7+
<a href="/isc30/blazor-lazy-loading/actions?query=workflow%3A%22Release+/+Beta%22"><img src="https://img.shields.io/github/workflow/status/isc30/blazor-lazy-loading/Release%20/%20Beta/master?logo=github" /></a>
88
<a href="https://www.nuget.org/packages?q=BlazorLazyLoading&prerel=false"><img src="https://img.shields.io/nuget/v/BlazorLazyLoading.Components?color=brightgreen&label=stable&logo=nuget" /></a>
99
<a href="https://www.nuget.org/packages?q=BlazorLazyLoading&prerel=false"><img src="https://img.shields.io/nuget/dt/BlazorLazyLoading.Components?color=brightgreen&label=downloads&logo=nuget" /></a>
1010
<a href="https://www.nuget.org/packages?q=BlazorLazyLoading&prerel=true"><img src="https://img.shields.io/nuget/vpre/BlazorLazyLoading.Components?color=yellow&label=dev&logo=nuget" /></a>

0 commit comments

Comments
 (0)