Run CI on all pushes / PR's (#9538)

This commit is contained in:
Craig Rueda
2020-04-14 21:16:16 -07:00
committed by GitHub
parent 1d7900ade3
commit fd89900dc5
3 changed files with 3 additions and 30 deletions

View File

@@ -1,23 +1,6 @@
name: Python
on:
# only build on direct push to `master` branch
push:
branches: [ master ]
paths:
- ./**/*.py
- superset/**
- tests/**
- requirements*.txt
# but also build on pull requests to any branch
# (the so-called feature branch)
pull_request:
paths:
- ./**/*.py
- superset/**
- tests/**
- setup.py
- requirements*.txt
on: [push, pull_request]
jobs:
lint: