Skip to content

Commit

Permalink
rename actions for the last time
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Aug 7, 2020
1 parent a083220 commit 686023b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: build

on:
push: { branches: [master] }
pull_request: { branches: [master] }
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: release-notify

on:
release:
types: [published, unpublished]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: release

on:
push:
paths-ignore: ['.gitignore', '**/*.md']
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">links -- Simple, fast link shortener</p>
<p align="center">
<a href="https://github.com/lrstanley/links/releases"><img src="https://github.com/lrstanley/links/workflows/.github/workflows/release.yml/badge.svg" alt="Release Status"></a>
<a href="https://github.com/lrstanley/links/actions"><img src="https://github.com/lrstanley/links/workflows/.github/workflows/build.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/lrstanley/links/releases"><img src="https://github.com/lrstanley/links/workflows/release/badge.svg" alt="Release Status"></a>
<a href="https://github.com/lrstanley/links/actions"><img src="https://github.com/lrstanley/links/workflows/build/badge.svg" alt="Build Status"></a>
<a href="https://hub.docker.com/r/lrstanley/links/tags"><img src="https://img.shields.io/badge/Docker-lrstanley%2Flinks%3Alatest-blue.svg" alt="Docker"></a>
<a href="https://liam.sh/chat"><img src="https://img.shields.io/badge/Community-Chat%20with%20us-green.svg" alt="Community Chat"></a>
</p>
Expand Down

0 comments on commit 686023b

Please sign in to comment.