Update docs.yml

replace `main` with `master` that we are still using
This commit is contained in:
Derek Bailey 2024-12-23 22:07:28 -08:00 committed by GitHub
parent bbb6b932fc
commit 79d9e33ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ on:
# Pushes to main that touch the documentation directory.
push:
branches:
- main
- master
paths:
- 'docs/**'