From 833125b5fec362d32fbdfbe03a1b319896a299f2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 10 Jun 2020 18:51:28 +0300 Subject: 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(-) (limited to '.github') diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 20368b8fe0..f709b98da4 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 225e9637ea..305d17ae59 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 c9d10b8e5d..390bffc966 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 8b5466a09e..8482a152ef 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 8ab1813331..652e27a7d0 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 b157a44a82..543172ccb2 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 7add58afe4..99cbc364c3 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 -- cgit v1.2.3