]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: add `workflow_dispatch` (#35454)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 2 Dec 2021 21:02:11 +0000 (23:02 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Dec 2021 21:02:11 +0000 (23:02 +0200)
.github/workflows/browserstack.yml
.github/workflows/bundlewatch.yml
.github/workflows/codeql.yml
.github/workflows/css.yml
.github/workflows/docs.yml
.github/workflows/js.yml
.github/workflows/lint.yml
.github/workflows/node-sass.yml
.github/workflows/release-notes.yml

index 6a84597e9ecc4a69998209f2342b7b63ff672d6e..0a3426e804392caccd8f5365e3358efdd40c6c48 100644 (file)
@@ -2,6 +2,7 @@ name: BrowserStack
 
 on:
   push:
+  workflow_dispatch:
 
 env:
   FORCE_COLOR: 2
index e895f126fc902f426a14c96c97cba6b40c059a72..14deaa97f8ff78cee08257bd0c1be8d134b59ed7 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches-ignore:
       - "dependabot/**"
   pull_request:
+  workflow_dispatch:
 
 env:
   FORCE_COLOR: 2
index de6626a1566f78a14cd30b864319f3d989de4a7e..2aa437417e9632bc9e6c11fdf6d8075c3a822c51 100644 (file)
@@ -14,6 +14,7 @@ on:
       - "!dependabot/**"
   schedule:
     - cron: "0 2 * * 5"
+  workflow_dispatch:
 
 jobs:
   analyze:
index 71e6042b494e4914442f52c287a7b445e2c151be..0059dc44d267cd8ff60ae2bf477472e07fca5c19 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches-ignore:
       - "dependabot/**"
   pull_request:
+  workflow_dispatch:
 
 env:
   FORCE_COLOR: 2
index 8bdcf9671fd958e8dfcd7669580129cf389965b5..cdb2917d9bc14c822de05a98531dbc53a947e1f3 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches-ignore:
       - "dependabot/**"
   pull_request:
+  workflow_dispatch:
 
 env:
   FORCE_COLOR: 2
index 1f03d8cc516ae4a3d79fe95fb50e654a40acd1b9..7af17ceb6a70bbf2274a1e68b7b2f156dad5e6ea 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches-ignore:
       - "dependabot/**"
   pull_request:
+  workflow_dispatch:
 
 env:
   FORCE_COLOR: 2
index aef1341edd09e1104cd29ec42f3b5df38ede7405..418232a66d9a4f96fcfa7cdc4393533db3f9c240 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches-ignore:
       - "dependabot/**"
   pull_request:
+  workflow_dispatch:
 
 env:
   FORCE_COLOR: 2
index 36c4e1c1808936d1cbe490c1576bcdb17749acb1..8a958a7a9ed47afab90dfa369e397fd38e97911c 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches-ignore:
       - "dependabot/**"
   pull_request:
+  workflow_dispatch:
 
 env:
   FORCE_COLOR: 2
index ab2f37694dccfcefe8a8d3d19a3777f8c124c9f2..bbd0a2448bfa83d473a7b206904332a3bee80cd6 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+  workflow_dispatch:
 
 jobs:
   update_release_draft: