diff --git a/.github/workflows/detect-secrets.yml b/.github/workflows/detect-secrets.yml index 0511141..d93a57d 100644 --- a/.github/workflows/detect-secrets.yml +++ b/.github/workflows/detect-secrets.yml @@ -1,6 +1,6 @@ name: detect secrets -on: [push, pull_request] +on: push # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: