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

View File

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