mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
parent
3575a2b3c8
commit
833125b5fe
7 changed files with 7 additions and 70 deletions
11
.github/workflows/browserstack.yml
vendored
11
.github/workflows/browserstack.yml
vendored
|
@ -1,14 +1,5 @@
|
|||
name: BrowserStack
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
on: [push]
|
||||
env:
|
||||
CI: true
|
||||
NODE: 12.x
|
||||
|
|
11
.github/workflows/bundlewatch.yml
vendored
11
.github/workflows/bundlewatch.yml
vendored
|
@ -1,14 +1,5 @@
|
|||
name: Bundlewatch
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
on: [push, pull_request]
|
||||
env:
|
||||
CI: true
|
||||
NODE: 12.x
|
||||
|
|
11
.github/workflows/css.yml
vendored
11
.github/workflows/css.yml
vendored
|
@ -1,14 +1,5 @@
|
|||
name: CSS
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
on: [push, pull_request]
|
||||
env:
|
||||
CI: true
|
||||
NODE: 12.x
|
||||
|
|
11
.github/workflows/dart-sass.yml
vendored
11
.github/workflows/dart-sass.yml
vendored
|
@ -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
|
||||
|
|
11
.github/workflows/docs.yml
vendored
11
.github/workflows/docs.yml
vendored
|
@ -1,14 +1,5 @@
|
|||
name: Docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
on: [push, pull_request]
|
||||
env:
|
||||
CI: true
|
||||
NODE: 12.x
|
||||
|
|
11
.github/workflows/js.yml
vendored
11
.github/workflows/js.yml
vendored
|
@ -1,14 +1,5 @@
|
|||
name: JS Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
on: [push, pull_request]
|
||||
env:
|
||||
CI: true
|
||||
|
||||
|
|
11
.github/workflows/lint.yml
vendored
11
.github/workflows/lint.yml
vendored
|
@ -1,14 +1,5 @@
|
|||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
on: [push, pull_request]
|
||||
env:
|
||||
CI: true
|
||||
NODE: 12.x
|
||||
|
|
Loading…
Reference in a new issue