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 <[email protected]> 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:
