Skip to content

Commit

Permalink
Run CI on all pushes / PR's (#9538)
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-rueda authored Apr 15, 2020
1 parent 1d7900a commit fd89900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: E2E

on:
push:
branches: [ master ]
pull_request:
on: [push, pull_request]

jobs:
cypress:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Frontend

on:
push:
branches: [ master ]
paths:
- superset-frontend/**
pull_request:
paths:
- superset-frontend/**
on: [push, pull_request]

jobs:
frontend-build:
Expand Down
19 changes: 1 addition & 18 deletions .github/workflows/superset-python.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit fd89900

Please sign in to comment.