From d06e06eba29ddefa7b0a8da2ad254b9276607ccc Mon Sep 17 00:00:00 2001 From: StarHeartHunt Date: Fri, 28 Jan 2022 14:02:27 +0800 Subject: [PATCH] :construction_worker: avoid duplicate CI runs --- .github/workflows/codecov.yml | 3 +++ .github/workflows/website-deploy.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index b7232baa..f1f2cf14 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -2,6 +2,9 @@ name: Code Coverage on: push: + branches: + - master + - dev pull_request: jobs: diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index a0ae5991..892065a0 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -2,6 +2,9 @@ name: Build Upload Site on: push: + branches: + - master + - dev pull_request_target: jobs: