You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2019/11/30 19:36:40 UTC

[incubator-streampipes-website] 01/04: Deploy website from master only

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git

commit e4e283902caec2ef17360d8bd63102c06498b40e
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Nov 30 20:22:47 2019 +0100

    Deploy website from master only
---
 .github/workflows/deploy-website.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml
index 6432d75..6616105 100644
--- a/.github/workflows/deploy-website.yml
+++ b/.github/workflows/deploy-website.yml
@@ -3,7 +3,7 @@ name: Build and Deploy
 on:
   push:
     branches:
-      - dev
+      - master
 jobs:
   build-and-push-to-asf-branch:
     runs-on: ubuntu-latest