]> 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>
Thu, 11 Dec 2025 22:53:17 +0000 (14:53 -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 8db303477773fd54cd95509b8eb5905c0194524d..b77b5ecee5380797caf87b7454a216658684b0f0 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index 2931a5c20eef594eb51211212c8cbbde0a76bbf0..f3aa7e007307f02594b98f6f3f41382f3ce787cf 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 fa13c912fe40c27c80b65e8fbb36253655b5cc5c..a520b34ee79682522961c96988b82f8ea715445e 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index 3ca0f561032944d16a68aab68b0029494d5d938e..8da195022bc9a0f4ba683d70165068f152e0c8a2 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index ff6626fc851180eb2de29895935156bebd14ebf7..3ac1e9e3a1adb8df172851153dfaa1a257af7562 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index f37890cf4327a34917d49d2bd5dcc7338b93786c..691fb59c84bb38bf1e8dfa4dcf7a32bef0712c57 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - v6-dev
   pull_request:
   workflow_dispatch:
 
index c1285d8bae99dc12ccd7008a2e1befc3997bff63..00e818aac8f016d694a5fe4b49e9520632d8c1f8 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 05a7fee62b75b9423c9c5f41270b9b5c0ee0ed6d..b6a2689fc3b3985f429a2f7ac2c6dd4b07aaf359 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