diff --git a/.github/workflows/secops-code-scan.yml b/.github/workflows/secops-code-scan.yml index 0ba2e52..b1d445d 100644 --- a/.github/workflows/secops-code-scan.yml +++ b/.github/workflows/secops-code-scan.yml @@ -11,10 +11,10 @@ name: "SecOps - Code Scanning" on: push: - branches: ["master"] + branches: ["main"] pull_request: # The branches below must be a subset of the branches above - branches: ["master"] + branches: ["main"] schedule: - cron: "25 18 * * 6" permissions: diff --git a/.github/workflows/secops-scorecard.yml b/.github/workflows/secops-scorecard.yml index a01a610..96e8008 100644 --- a/.github/workflows/secops-scorecard.yml +++ b/.github/workflows/secops-scorecard.yml @@ -12,7 +12,7 @@ on: schedule: - cron: "20 7 * * 2" push: - branches: ["master"] + branches: ["main"] # Declare default permissions as read only. permissions: read-all jobs: