From fa54e0a030c0ca4d1abd090b77ce7d0dbb3205e1 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 24 Jun 2021 13:40:40 +0100 Subject: [PATCH] chore: run checks on PRs --- .github/workflows/CI-CD.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/CI-CD.yaml b/.github/workflows/CI-CD.yaml index b7e49838..612cd388 100644 --- a/.github/workflows/CI-CD.yaml +++ b/.github/workflows/CI-CD.yaml @@ -7,11 +7,7 @@ name: CI-CD on: push: - branches: - - "*" - tags-ignore: - - "*" - + pull_request: schedule: - cron: "0 0 1 * *"