aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-20 20:42:42 +0800
committercrupest <crupest@outlook.com>2020-07-20 20:42:42 +0800
commit0950d88f6bf36efc6abf00ccba4173095e5e06ea (patch)
tree927d5d73b5b321eecd6d340e9d54e7c90d1bb8d2 /.github/workflows/ci.yaml
parenta9ebb246657d0b2e331d62125942b4e2b223a0a0 (diff)
downloadtimeline-0950d88f6bf36efc6abf00ccba4173095e5e06ea.tar.gz
timeline-0950d88f6bf36efc6abf00ccba4173095e5e06ea.tar.bz2
timeline-0950d88f6bf36efc6abf00ccba4173095e5e06ea.zip
Update ci and README.md .
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 4108ad1f..b59f94fb 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -2,13 +2,9 @@ name: CI
on:
push:
- branches: [dev]
- paths-ignore:
- - "**/README.md"
+ branches: [master]
pull_request:
- branches: [dev]
- paths-ignore:
- - "**/README.md"
+ branches: [master]
jobs:
build: