This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 5269719  update main branch name in docs workflow (#303)
5269719 is described below

commit 5269719dca2a82d9f8b40305307c02fe7bc44ddf
Author: Andy Grove <[email protected]>
AuthorDate: Wed Mar 29 08:39:07 2023 -0600

    update main branch name in docs workflow (#303)
---
 .github/workflows/docs.yaml | 2 +-
 docs/build.sh               | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index b1c9ffc..170f77a 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -1,7 +1,7 @@
 on:
   push:
     branches:
-      - master
+      - main
     tags-ignore:
       - "**-rc**"
 
diff --git a/docs/build.sh b/docs/build.sh
old mode 100644
new mode 100755

Reply via email to