From e3eeb03eeefc94a1726adfbedc900e6b6f449e20 Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Wed, 5 Jun 2024 22:01:50 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4938bf6..a87ddd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,10 @@ name: website -# build the documentation whenever there are new commits on main +# build the documentation whenever there are new commits on master on: push: branches: - - main + - master # Alternative: only build for tags. # tags: # - '*'