]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Run jobs on v6-dev too
authorMark Otto <markdotto@gmail.com>
Thu, 11 Dec 2025 22:36:58 +0000 (14:36 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 9 Jan 2026 04:08:32 +0000 (20:08 -0800)
.github/workflows/bundlewatch.yml
.github/workflows/codeql.yml
.github/workflows/cspell.yml
.github/workflows/css.yml
.github/workflows/docs.yml
.github/workflows/js.yml
.github/workflows/lint.yml
.github/workflows/release-notes.yml
.github/workflows/scorecard.yml

index e490be150162b86a5cb9d1cfd9b570bb74883e29..0e36af7e676574266306cfd980e31f64122d5d8b 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index 2e60948fdfd23caee2d46b065f4f6a172cbd7c0d..a8ce5d5a25d2801ecd7cea567782baabb619468f 100644 (file)
@@ -5,11 +5,13 @@ on:
     branches:
       - main
       - v4-dev
+      - v6-dev
       - "!dependabot/**"
   pull_request:
     branches:
       - main
       - v4-dev
+      - v6-dev
       - "!dependabot/**"
   schedule:
     - cron: "0 2 * * 4"
index 95d69d2c6715cbcd229ccaa38db4ad050fcb9e1f..816305727d3f50f7fc41f7ac6dcd114abb72ed1b 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index 30d1d87b057df92dd46853ea1de554374e802088..60fcedfc1eb0b341234e28e04842e5c1ee3a6e87 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index eecf4b312b08763d292de56d49601ecc7f67c154..7988851ce6ba7664094ecfd95361987a7ea3f9de 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index 40bb7c17b58a404759b9f430a0d29cc2224abaa9..627b102614cf691f8851034676df316d89b9398f 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index d69cbbb8d3301418ce2099bb2933581d1a49dbc9..6a0e18efbf9e4a12a72b70fc712ab7738be24aec 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index d37d5e84120cd229123bae435082cdc3587b10b0..f3922af25842f3610fe05d27478a3f41aa27133f 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   workflow_dispatch:
 
 permissions:
index 0fe07c672b3ef63b83506efb91ea282456e9b33a..88d65aeeea73469efc965f7d7dc22ea61799d426 100644 (file)
@@ -12,7 +12,7 @@ on:
   schedule:
     - cron: '27 12 * * 2'
   push:
-    branches: [ "main" ]
+    branches: [ "main", "v6-dev" ]
 
 # Declare default permissions as read only.
 permissions: read-all