From 31ac709e048d0d2a60648ade0b73c0770d168460 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 21 Aug 2020 01:40:56 +0800 Subject: [PATCH] Stop CI on branch 'production'. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b72da56..49e3309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: 'Continuous Integration' on: push: - branches: - - '*' + branches-ignore: + - 'production' tags-ignore: - '*' paths-ignore: