aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cd.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cd.yaml')
-rw-r--r--.github/workflows/cd.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml
index a82b68af..4ae002c4 100644
--- a/.github/workflows/cd.yaml
+++ b/.github/workflows/cd.yaml
@@ -1,10 +1,8 @@
-name: Build And Upload Latest Docker Image
+name: CD
on:
push:
- branches: [master]
- paths-ignore:
- - "**/README.md"
+ branches: [release]
jobs:
deploy: