From f0054db4ce49e8fd57ec630e42475fb9173ba194 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 20 Jul 2020 20:42:42 +0800 Subject: Update ci and README.md . --- .github/workflows/ci.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.github/workflows/ci.yaml') 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: -- cgit v1.2.3