diff options
author | crupest <crupest@outlook.com> | 2020-07-20 20:42:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-20 20:42:42 +0800 |
commit | 0950d88f6bf36efc6abf00ccba4173095e5e06ea (patch) | |
tree | 927d5d73b5b321eecd6d340e9d54e7c90d1bb8d2 /.github/workflows/cd.yaml | |
parent | a9ebb246657d0b2e331d62125942b4e2b223a0a0 (diff) | |
download | timeline-0950d88f6bf36efc6abf00ccba4173095e5e06ea.tar.gz timeline-0950d88f6bf36efc6abf00ccba4173095e5e06ea.tar.bz2 timeline-0950d88f6bf36efc6abf00ccba4173095e5e06ea.zip |
Update ci and README.md .
Diffstat (limited to '.github/workflows/cd.yaml')
-rw-r--r-- | .github/workflows/cd.yaml | 6 |
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:
|