diff --git a/.github/workflows/actions-lint.yml b/.github/workflows/actions-lint.yml index de5feb4..ac42bbb 100644 --- a/.github/workflows/actions-lint.yml +++ b/.github/workflows/actions-lint.yml @@ -2,10 +2,10 @@ name: Actions Security on: push: - branches: [master] + branches: [main] paths: [".github/workflows/**"] pull_request: - branches: [master] + branches: [main] paths: [".github/workflows/**"] permissions: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d67b0f8..a9a4c9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] permissions: contents: read diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 432ea2d..0e50d69 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -2,9 +2,9 @@ name: Secret Scan on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] permissions: contents: read