diff options
author | Silas Bartha <[email protected]> | 2024-05-27 14:21:27 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-27 14:21:27 -0400 |
commit | 3aa43394cc760e3ff257c45a328b151da01b7edc (patch) | |
tree | 11e760ac938928ef8197468eaac42daa6469883d | |
parent | ccb19be9d0e918070029f31a86c7eb546121bd87 (diff) |
Update docs.yml
-rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c563bf5..5a0381a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ name: Docs on: push: - branches: [main] + branches: [master] permissions: contents: read pages: write |