mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
11
.github/workflows/browserstack.yml
vendored
11
.github/workflows/browserstack.yml
vendored
@@ -1,14 +1,5 @@
|
|||||||
name: BrowserStack
|
name: BrowserStack
|
||||||
|
on: [push]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- "**-ci"
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
NODE: 12.x
|
NODE: 12.x
|
||||||
|
11
.github/workflows/bundlewatch.yml
vendored
11
.github/workflows/bundlewatch.yml
vendored
@@ -1,14 +1,5 @@
|
|||||||
name: Bundlewatch
|
name: Bundlewatch
|
||||||
|
on: [push, pull_request]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- "**-ci"
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
NODE: 12.x
|
NODE: 12.x
|
||||||
|
11
.github/workflows/css.yml
vendored
11
.github/workflows/css.yml
vendored
@@ -1,14 +1,5 @@
|
|||||||
name: CSS
|
name: CSS
|
||||||
|
on: [push, pull_request]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- "**-ci"
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
NODE: 12.x
|
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)
|
name: CSS (Dart Sass)
|
||||||
|
on: [push, pull_request]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- "**-ci"
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
NODE: 12.x
|
NODE: 12.x
|
||||||
|
11
.github/workflows/docs.yml
vendored
11
.github/workflows/docs.yml
vendored
@@ -1,14 +1,5 @@
|
|||||||
name: Docs
|
name: Docs
|
||||||
|
on: [push, pull_request]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- "**-ci"
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
NODE: 12.x
|
NODE: 12.x
|
||||||
|
11
.github/workflows/js.yml
vendored
11
.github/workflows/js.yml
vendored
@@ -1,14 +1,5 @@
|
|||||||
name: JS Tests
|
name: JS Tests
|
||||||
|
on: [push, pull_request]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- "**-ci"
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
||||||
|
11
.github/workflows/lint.yml
vendored
11
.github/workflows/lint.yml
vendored
@@ -1,14 +1,5 @@
|
|||||||
name: Lint
|
name: Lint
|
||||||
|
on: [push, pull_request]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- "**-ci"
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
NODE: 12.x
|
NODE: 12.x
|
||||||
|
Reference in New Issue
Block a user