diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 23:27:34 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 23:27:34 -0700 |
commit | be262479891bbf0773932c8c45c685aea9f4d9ac (patch) | |
tree | 89339d607da28eceeeda0e0c531fd379a0ce9446 /.github/workflows/build_docs.yaml | |
parent | ee8f0c70dd90814125b3a29225a42fff5b26492a (diff) |
fix branch name
Diffstat (limited to '.github/workflows/build_docs.yaml')
-rw-r--r-- | .github/workflows/build_docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 485cc10..b0897a9 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -6,7 +6,7 @@ on: - published - edited push: - branches: [ main ] + branches: [ master ] permissions: contents: write |