From 6ef97f1fad4514c8f2f1758c1dfc75dd98314deb Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 30 Jul 2020 02:36:47 +0800 Subject: [PATCH] Fixed CI workflow. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9755732..b72da56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: 'Continuous Integration' on: push: + branches: + - '*' tags-ignore: - '*' paths-ignore: @@ -13,7 +15,7 @@ on: - 'LICENSE' pull_request: paths: - - "**" + - '**' jobs: ci: