From 073c6a2f612c23d96a8237ea9575c3d671f93ab8 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 2 Mar 2020 01:03:58 +0800 Subject: [PATCH] Update github action config. --- .github/workflows/ci.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a311674..525bb81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,17 +1,21 @@ name: build on: push: + branches-ignore: + - stable + tags-ignore: + - '*' paths-ignore: - - '.github/**' - - '!.github/workflows/**' - - '.travis.yml' - - '.gitignore' - - 'docs/**' - - 'README.md' - - 'LICENSE' + - '.github/**' + - '!.github/workflows/**' + - '.travis.yml' + - '.gitignore' + - 'docs/**' + - 'README.md' + - 'LICENSE' pull_request: paths: - - "**" + - "**" jobs: ci: