From 63b5c477fc2153ef0bbbc13cfe3d68159cd6b011 Mon Sep 17 00:00:00 2001 From: Joseph Mikhail <56614593+josephismikhail@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:16:24 -0700 Subject: [PATCH 1/3] ci: trigger on main instead of master --- .github/workflows/actions-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: From 11f635e2803d4747fa1dfaeaa51c2038e51d4112 Mon Sep 17 00:00:00 2001 From: Joseph Mikhail <56614593+josephismikhail@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:16:27 -0700 Subject: [PATCH 2/3] ci: trigger on main instead of master --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From d69089ca139d321fd4da3e7872f2687ddb9fcdfd Mon Sep 17 00:00:00 2001 From: Joseph Mikhail <56614593+josephismikhail@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:16:29 -0700 Subject: [PATCH 3/3] ci: trigger on main instead of master --- .github/workflows/secret-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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