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

gstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cea7ed  fix website builds
2cea7ed is described below

commit 2cea7ed9a69d1bb3b3761877ca6097549884a07b
Author: Greg Stein <[email protected]>
AuthorDate: Mon Dec 9 18:31:55 2019 -0600

    fix website builds
    
    only run the pelican builds for the "master" branch
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index dca79cd..024e41e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -3,5 +3,6 @@ pelican:
   autobuild:      true
   target:         asf-site
   theme:          theme/apache
+  whoami:         master
 
 staging: false

Reply via email to