Revert "Change when CI runs"

This reverts commit 37dc6e1031.
This commit is contained in:
XhmikosR 2020-06-10 18:51:28 +03:00
parent 3575a2b3c8
commit 833125b5fe
7 changed files with 7 additions and 70 deletions

View File

@ -1,14 +1,5 @@
name: BrowserStack
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
on: [push]
env:
CI: true
NODE: 12.x

View File

@ -1,14 +1,5 @@
name: Bundlewatch
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
on: [push, pull_request]
env:
CI: true
NODE: 12.x

View File

@ -1,14 +1,5 @@
name: CSS
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
on: [push, pull_request]
env:
CI: true
NODE: 12.x

View File

@ -1,14 +1,5 @@
name: CSS (Dart Sass)
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
on: [push, pull_request]
env:
CI: true
NODE: 12.x

View File

@ -1,14 +1,5 @@
name: Docs
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
on: [push, pull_request]
env:
CI: true
NODE: 12.x

View File

@ -1,14 +1,5 @@
name: JS Tests
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
on: [push, pull_request]
env:
CI: true

View File

@ -1,14 +1,5 @@
name: Lint
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
on: [push, pull_request]
env:
CI: true
NODE: 12.x