]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change when CI runs
authorXhmikosR <xhmikosr@gmail.com>
Wed, 15 Apr 2020 13:43:02 +0000 (16:43 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 10 Jun 2020 05:19:51 +0000 (08:19 +0300)
Run it for all pull requests, the master branch, and any branches that end with `-ci`.

.github/workflows/browserstack.yml
.github/workflows/bundlewatch.yml
.github/workflows/css.yml
.github/workflows/dart-sass.yml
.github/workflows/docs.yml
.github/workflows/js.yml
.github/workflows/lint.yml

index a14bd83f0c053226e901dbaa0735d596c86e0bc8..7b19f09962ba8e0ed1edd7c21437c7197131ef35 100644 (file)
@@ -1,5 +1,14 @@
 name: BrowserStack
-on: [push]
+
+on:
+  push:
+    branches:
+      - master
+      - "**-ci"
+  pull_request:
+    branches:
+      - "**"
+
 env:
   CI: true
   NODE: 10.x
index 5a2ccc8771ad0f740cfcc05e53956f7ef1e15f7f..70fd6829307cb40c0c2218acd7827f2d18ef4c41 100644 (file)
@@ -1,5 +1,14 @@
 name: Bundlewatch
-on: [push, pull_request]
+
+on:
+  push:
+    branches:
+      - master
+      - "**-ci"
+  pull_request:
+    branches:
+      - "**"
+
 env:
   CI: true
   NODE: 10.x
index cb4159da2b183fe7a046d4dc14f6540baf589615..eca69087e2cd1c2b37832b9915b7c8cebfc4289a 100644 (file)
@@ -1,5 +1,14 @@
 name: CSS
-on: [push, pull_request]
+
+on:
+  push:
+    branches:
+      - master
+      - "**-ci"
+  pull_request:
+    branches:
+      - "**"
+
 env:
   CI: true
   NODE: 10.x
index 2328273f5b9934d2eb5028c8086aefa5a60f9ed5..1b6e176ca649f28b1073a82924ff661da9e29781 100644 (file)
@@ -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
index d40371d6054686f8401531920ccd32b535ed601d..5be8c6dc5303706d0b48f61d8603d7fd5a5ba63c 100644 (file)
@@ -1,5 +1,14 @@
 name: Docs
-on: [push, pull_request]
+
+on:
+  push:
+    branches:
+      - master
+      - "**-ci"
+  pull_request:
+    branches:
+      - "**"
+
 env:
   CI: true
   NODE: 10.x
index 2d0c72b6be96c60c526d68e02ae5cc01125e1a85..18a22c481430e67b8c426457bd6ac6a2031a8821 100644 (file)
@@ -1,5 +1,14 @@
 name: JS Tests
-on: [push, pull_request]
+
+on:
+  push:
+    branches:
+      - master
+      - "**-ci"
+  pull_request:
+    branches:
+      - "**"
+
 env:
   CI: true
 
index 715bdae1cd44fedb4a65abd64cf35342dec442b2..0d9e94773efce4896c5ad18eea9ff440218a51e4 100644 (file)
@@ -1,5 +1,14 @@
 name: Lint
-on: [push, pull_request]
+
+on:
+  push:
+    branches:
+      - master
+      - "**-ci"
+  pull_request:
+    branches:
+      - "**"
+
 env:
   CI: true
   NODE: 10.x