]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: limit the on push triggers (#38291)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 22 Mar 2023 07:03:51 +0000 (09:03 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 07:03:51 +0000 (09:03 +0200)
.github/workflows/browserstack.yml
.github/workflows/bundlewatch.yml
.github/workflows/cspell.yml
.github/workflows/css.yml
.github/workflows/docs.yml
.github/workflows/js.yml
.github/workflows/lint.yml
.github/workflows/node-sass.yml

index 9a2fc91e56c3e7444c4aa4e85da8f175d5de172a..f2a3d87a8ecdbc21efe0e07384ec2f01edd46bed 100644 (file)
@@ -2,6 +2,8 @@ name: BrowserStack
 
 on:
   push:
+    branches:
+      - main
   workflow_dispatch:
 
 env:
@@ -14,7 +16,7 @@ permissions:
 jobs:
   browserstack:
     runs-on: ubuntu-latest
-    if: github.repository == 'twbs/bootstrap' && (!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]'))
+    if: github.repository == 'twbs/bootstrap'
     timeout-minutes: 30
 
     steps:
index 2add86c49bc57212bcc994ac8d4b1d38544a7e51..c02a37ed94338a58ab5877647618169bd6bccc80 100644 (file)
@@ -2,8 +2,8 @@ name: Bundlewatch
 
 on:
   push:
-    branches-ignore:
-      - "dependabot/**"
+    branches:
+      - main
   pull_request:
   workflow_dispatch:
 
index 1d946981c66426b0cdc72e8f8d64f638fb0471ce..11788e3cc4ba74f9daf867161d2a4758a8c0e66b 100644 (file)
@@ -2,8 +2,8 @@ name: cspell
 
 on:
   push:
-    branches-ignore:
-      - "dependabot/**"
+    branches:
+      - main
   pull_request:
   workflow_dispatch:
 
index f8da71b318e370804dff09122ae30c603ded23f4..66112a96c22e808af7fc0fc14b24fe719baec403 100644 (file)
@@ -2,8 +2,8 @@ name: CSS
 
 on:
   push:
-    branches-ignore:
-      - "dependabot/**"
+    branches:
+      - main
   pull_request:
   workflow_dispatch:
 
index bdeae6043da42a26be139327fee6fa7d3440fb27..2a684f61823847dea8053c0b1c0c4cff3c9e302f 100644 (file)
@@ -2,8 +2,8 @@ name: Docs
 
 on:
   push:
-    branches-ignore:
-      - "dependabot/**"
+    branches:
+      - main
   pull_request:
   workflow_dispatch:
 
index d24cff9769e7bc09f1e092bee4bfdecd13fa354e..805b1b7b17542d1551fd5d002f39d8fbbf37c337 100644 (file)
@@ -2,8 +2,8 @@ name: JS Tests
 
 on:
   push:
-    branches-ignore:
-      - "dependabot/**"
+    branches:
+      - main
   pull_request:
   workflow_dispatch:
 
index 51ee189995735402e1179dfef75419867ee5aa06..fd62b418b208c69229749dcc073ecca830ca3334 100644 (file)
@@ -2,8 +2,8 @@ name: Lint
 
 on:
   push:
-    branches-ignore:
-      - "dependabot/**"
+    branches:
+      - main
   pull_request:
   workflow_dispatch:
 
index dc687ca46b52b3af2e58771b7a75ac2707ddbb2e..fb4d4944c03fcd1171d8dfb2b3b4920200066d6b 100644 (file)
@@ -2,8 +2,8 @@ name: CSS (node-sass)
 
 on:
   push:
-    branches-ignore:
-      - "dependabot/**"
+    branches:
+      - main
   pull_request:
   workflow_dispatch: