From e61730c9b1ab5fd4445513966dfc67e86ffb7905 Mon Sep 17 00:00:00 2001 From: xuelix <33909469+xuelix@users.noreply.github.com> Date: Fri, 5 Mar 2021 21:59:28 +0000 Subject: [PATCH] Changed git-secrets check to check all PR branches. (#521) * Change to check all PR branches. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 718e28600..decab8c8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,7 @@ name: CI Checks on: push: - branches: ["**"] pull_request: - branches: [master] workflow_dispatch: jobs: git-secrets: