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

 ##########
 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:
   This file is purely for python code. Frontend code checks are done in other 
workflows. Maybe I this rename this file to avoid confusion.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to