You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wu...@apache.org on 2021/06/28 07:44:04 UTC

[incubator-pegasus-website] branch master updated: fix: jekyll workflow trigger on pr

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

wutao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c61c8d  fix: jekyll workflow trigger on pr
6c61c8d is described below

commit 6c61c8db4e3be2353927c99fcc0edf245599d2f3
Author: neverchanje <wu...@gmail.com>
AuthorDate: Mon Jun 28 15:43:24 2021 +0800

    fix: jekyll workflow trigger on pr
---
 .github/workflows/jekyll.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index edec522..e91400e 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -1,6 +1,6 @@
 name: Jekyll site CI
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   build:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org