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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f60f3e  Update build-pelican.yml
1f60f3e is described below

commit 1f60f3e9c51fcb3fa055fa424f1c802736113ced
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Mar 6 14:39:02 2025 -0800

    Update build-pelican.yml
---
 .github/workflows/build-pelican.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 65cf5d5..69ec7fb 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -1,7 +1,7 @@
 name: Build a Pelican Website
 on:
   push:
-    branches: [ "master" ]
+    branches: [ "main" ]
   workflow_dispatch:
 jobs:
   build-pelican:
@@ -10,7 +10,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
         with:
-          ref: 'master'
+          ref: 'main'
       - uses: apache/infrastructure-actions/pelican@main
         with:
           destination: 'asf-site'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to