From 54c3c244e16bc98685e3ce4937cfde57506c1385 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 23 Jan 2025 16:01:37 -0800 Subject: [PATCH] ci: Change branch from master to main --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 508f6a5..88c2cd6 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: javadocs-pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: