craig-rueda commented on a change in pull request #9517: [Build] Add Github 
workflows
URL: 
https://github.com/apache/incubator-superset/pull/9517#discussion_r407513709
 
 

 ##########
 File path: .github/workflows/superset-backend.yml
 ##########
 @@ -0,0 +1,151 @@
+name: Backend
+
+on:
+  # only build on direct push to `master` branch
+  push:
+    branches: [ master ]
+    paths:
+    - superset/**/*.py
 
 Review comment:
   These globs should be something like 
   ```
   - **/*.py # Catches all py changes
   - superset/** # There might be changes to things like templates (or other 
non Py resources) that we still want to trigger on
   - tests/**
   - requirements*.txt
   ```

----------------------------------------------------------------
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