Change when CI runs

Run it for all pull requests, the master branch, and any branches that end with `-ci`.
This commit is contained in:
XhmikosR 2020-04-15 16:43:02 +03:00
parent 0c731dd24f
commit 37dc6e1031
7 changed files with 70 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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