From 261faccda4b9227f991bce4d69b08732d6087f7f Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Tue, 18 May 2021 00:30:34 +0200 Subject: Update badges (#231) --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/cd.yml') diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 95785ab..96e9a8d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -name: CD +name: Release on: push: @@ -12,7 +12,7 @@ on: - created jobs: - release: + pipeline: runs-on: ubuntu-latest steps: - name: Checkout -- cgit v1.2.3