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: # - '*'