diff options
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 |