diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2021-05-18 00:30:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:30:34 +0200 |
| commit | 261faccda4b9227f991bce4d69b08732d6087f7f (patch) | |
| tree | 6be08c42df6148c3edc338c181e707c7bbe5955d /.github | |
| parent | 2ba6e66946b3e32c18eadecf36d73134c4253157 (diff) | |
| download | doxdocgen-261faccda4b9227f991bce4d69b08732d6087f7f.tar.gz | |
Update badges (#231)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |