You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2021/02/22 05:26:07 UTC

[incubator-wayang-website] 28/37: update trigger event on github actions

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

bertty pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git

commit 33e1bd744d0c705ec1be1906f12727d3066dfad5
Author: Bertty Contreras-Rojas <be...@scalytics.io>
AuthorDate: Mon Feb 15 02:37:07 2021 -0300

    update trigger event on github actions
---
 .github/workflows/html_publication.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/html_publication.yml b/.github/workflows/html_publication.yml
index 01e9920..a278f2a 100644
--- a/.github/workflows/html_publication.yml
+++ b/.github/workflows/html_publication.yml
@@ -1,7 +1,10 @@
 name: Compilation of the Webpage
 
 on:
-  push
+  pull_request:
+    types: [closed]
+    branches:
+      - main
 
 jobs:
   jekyll: