ci: set docs branch to main only

This commit is contained in:
Andrew Welker
2025-04-28 11:18:58 -05:00
parent c40acca47a
commit aaee3d1317

View File

@@ -3,8 +3,7 @@ name: Publish Docs
# Trigger the action on push to main
on:
push:
branches:
- add-docs-pages
branches:
- main
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages