mirror of
https://github.com/apache/superset.git
synced 2026-04-08 19:05:46 +00:00
Run CI on all pushes / PR's (#9538)
This commit is contained in:
19
.github/workflows/superset-python.yml
vendored
19
.github/workflows/superset-python.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user