diff --git a/.github/workflows/detect-secrets.yml b/.github/workflows/detect-secrets.yml index a342718a..0a8dabf6 100644 --- a/.github/workflows/detect-secrets.yml +++ b/.github/workflows/detect-secrets.yml @@ -3,7 +3,7 @@ name: Detect Secrets on: push: branches: - - "*" + - "feat/setup" pull_request: branches: - "develop"