mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01: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:
parent
0c731dd24f
commit
37dc6e1031
11
.github/workflows/browserstack.yml
vendored
11
.github/workflows/browserstack.yml
vendored
@ -1,5 +1,14 @@
|
||||
name: BrowserStack
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
env:
|
||||
CI: true
|
||||
NODE: 10.x
|
||||
|
11
.github/workflows/bundlewatch.yml
vendored
11
.github/workflows/bundlewatch.yml
vendored
@ -1,5 +1,14 @@
|
||||
name: Bundlewatch
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
env:
|
||||
CI: true
|
||||
NODE: 10.x
|
||||
|
11
.github/workflows/css.yml
vendored
11
.github/workflows/css.yml
vendored
@ -1,5 +1,14 @@
|
||||
name: CSS
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
env:
|
||||
CI: true
|
||||
NODE: 10.x
|
||||
|
11
.github/workflows/dart-sass.yml
vendored
11
.github/workflows/dart-sass.yml
vendored
@ -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
|
||||
|
11
.github/workflows/docs.yml
vendored
11
.github/workflows/docs.yml
vendored
@ -1,5 +1,14 @@
|
||||
name: Docs
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
env:
|
||||
CI: true
|
||||
NODE: 10.x
|
||||
|
11
.github/workflows/js.yml
vendored
11
.github/workflows/js.yml
vendored
@ -1,5 +1,14 @@
|
||||
name: JS Tests
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
env:
|
||||
CI: true
|
||||
|
||||
|
11
.github/workflows/lint.yml
vendored
11
.github/workflows/lint.yml
vendored
@ -1,5 +1,14 @@
|
||||
name: Lint
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
env:
|
||||
CI: true
|
||||
NODE: 10.x
|
||||
|
Loading…
x
Reference in New Issue
Block a user