Re-enable master only

This commit is contained in:
purple_emily
2024-03-10 13:18:02 +00:00
parent 2134f2f51d
commit 10d6544673

View File

@@ -4,7 +4,7 @@ name: Build documentation
on:
push:
# branches: ["master"]
branches: ["master"]
paths:
- 'docs/**'
# Specify to run a workflow manually from the Actions tab on GitHub