diff --git a/.github/workflows/detect-secrets.yml b/.github/workflows/detect-secrets.yml index 1f5b98a..754d024 100644 --- a/.github/workflows/detect-secrets.yml +++ b/.github/workflows/detect-secrets.yml @@ -1,3 +1,5 @@ +name: detect-secrets + on: push # A workflow run is made up of one or more jobs that can run sequentially or in parallel