1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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 name: BrowserStack
on: [push]
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
env: env:
CI: true CI: true
NODE: 10.x NODE: 10.x

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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