You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/04/08 14:40:48 UTC

[GitHub] [incubator-superset] dpgaspar commented on a change in pull request #9490: [Build] Add Github workflows

dpgaspar commented on a change in pull request #9490: [Build] Add Github workflows
URL: https://github.com/apache/incubator-superset/pull/9490#discussion_r405575675
 
 

 ##########
 File path: .github/workflows/superset.yml
 ##########
 @@ -0,0 +1,205 @@
+name: Superset
+
+on:
+  # only build on direct push to `master` branch
+  push:
+    branches: [ master ]
+    paths:
+    - superset/**/*.py
+    - tests/**
+    - setup.py
+    - requirements*.txt
+  # but also build on pull requests to any branch
+  # (the so-called feature branch)
+  pull_request:
+    paths:
+    - superset/**/*.py
+    - tests/**
 
 Review comment:
   Should this include `superset-frontend/**` ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org