diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1f6a2a0..50639c1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,5 @@ name: CD + on: release: types: [ created ] diff --git a/.github/workflows/release-tagged-version.yml b/.github/workflows/release-tagged-version.yml index 9635433..7ca6abc 100644 --- a/.github/workflows/release-tagged-version.yml +++ b/.github/workflows/release-tagged-version.yml @@ -1,5 +1,4 @@ ---- -name: "Release Tagged Version" +name: Release Tagged Version on: push: