diff options
| author | XhmikosR <[email protected]> | 2020-06-10 18:51:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-06-11 07:52:12 +0300 |
| commit | 833125b5fec362d32fbdfbe03a1b319896a299f2 (patch) | |
| tree | d1ca2eb86cbe83902f7570de61abb9c824087b0f | |
| parent | 3575a2b3c8bce834a79601ff089b0306e0d419aa (diff) | |
| download | bootstrap-833125b5fec362d32fbdfbe03a1b319896a299f2.tar.xz bootstrap-833125b5fec362d32fbdfbe03a1b319896a299f2.zip | |
Revert "Change when CI runs"
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
| -rw-r--r-- | .github/workflows/browserstack.yml | 11 | ||||
| -rw-r--r-- | .github/workflows/bundlewatch.yml | 11 | ||||
| -rw-r--r-- | .github/workflows/css.yml | 11 | ||||
| -rw-r--r-- | .github/workflows/dart-sass.yml | 11 | ||||
| -rw-r--r-- | .github/workflows/docs.yml | 11 | ||||
| -rw-r--r-- | .github/workflows/js.yml | 11 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 11 |
7 files changed, 7 insertions, 70 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 20368b8fe..f709b98da 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -1,14 +1,5 @@ name: BrowserStack - -on: - push: - branches: - - master - - "**-ci" - pull_request: - branches: - - "**" - +on: [push] env: CI: true NODE: 12.x diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 225e9637e..305d17ae5 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -1,14 +1,5 @@ name: Bundlewatch - -on: - push: - branches: - - master - - "**-ci" - pull_request: - branches: - - "**" - +on: [push, pull_request] env: CI: true NODE: 12.x diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index c9d10b8e5..390bffc96 100644 --- a/.github/workflows/css.yml +++ b/.github/workflows/css.yml @@ -1,14 +1,5 @@ name: CSS - -on: - push: - branches: - - master - - "**-ci" - pull_request: - branches: - - "**" - +on: [push, pull_request] env: CI: true NODE: 12.x diff --git a/.github/workflows/dart-sass.yml b/.github/workflows/dart-sass.yml index 8b5466a09..8482a152e 100644 --- a/.github/workflows/dart-sass.yml +++ b/.github/workflows/dart-sass.yml @@ -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 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8ab181333..652e27a7d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,14 +1,5 @@ name: Docs - -on: - push: - branches: - - master - - "**-ci" - pull_request: - branches: - - "**" - +on: [push, pull_request] env: CI: true NODE: 12.x diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index b157a44a8..543172ccb 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -1,14 +1,5 @@ name: JS Tests - -on: - push: - branches: - - master - - "**-ci" - pull_request: - branches: - - "**" - +on: [push, pull_request] env: CI: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7add58afe..99cbc364c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,14 +1,5 @@ name: Lint - -on: - push: - branches: - - master - - "**-ci" - pull_request: - branches: - - "**" - +on: [push, pull_request] env: CI: true NODE: 12.x |
