diff options
Diffstat (limited to '.github/workflows/cd-version.yaml')
-rw-r--r-- | .github/workflows/cd-version.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/cd-version.yaml b/.github/workflows/cd-version.yaml index 6d19cca5..72531eef 100644 --- a/.github/workflows/cd-version.yaml +++ b/.github/workflows/cd-version.yaml @@ -1,11 +1,9 @@ -name: Build And Upload Versioned Docker Image
+name: Version CD
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
- paths-ignore:
- - "**/README.md"
jobs:
deploy:
|