Point CI and docs workflows at master

This commit is contained in:
2026-03-28 19:10:09 -04:00
parent 46e8ffee2a
commit 24de8d658c
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: Docs
on:
push:
branches:
- main
- master
paths:
- 'docs/**'
- 'src/css/**'
@@ -70,13 +70,13 @@ jobs:
retention-days: 7
- name: Upload GitHub Pages artifact
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
uses: actions/upload-pages-artifact@v3
with:
path: build
deploy:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
needs: [build-docs]
runs-on: ubuntu-latest
environment: