From 833125b5fec362d32fbdfbe03a1b319896a299f2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 10 Jun 2020 18:51:28 +0300 Subject: [PATCH] Revert "Change when CI runs" This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996. --- .github/workflows/browserstack.yml | 11 +---------- .github/workflows/bundlewatch.yml | 11 +---------- .github/workflows/css.yml | 11 +---------- .github/workflows/dart-sass.yml | 11 +---------- .github/workflows/docs.yml | 11 +---------- .github/workflows/js.yml | 11 +---------- .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