diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3709458..3e48b82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: pull_request: - branches: [main] + branches: [main, stag] push: - branches: [main] + branches: [main, stag] permissions: contents: read @@ -59,4 +59,4 @@ jobs: fetch-depth: 0 - name: Escanear secretos - run: gitleaks detect --source=. --verbose --redact \ No newline at end of file + run: gitleaks detect --source=. --verbose --redact