1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

CI: limit the on push triggers (#38291)

This commit is contained in:
XhmikosR
2023-03-22 09:03:51 +02:00
committed by GitHub
parent 7d03805205
commit c2671ecc2d
8 changed files with 17 additions and 15 deletions

View 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:

View File

@@ -2,8 +2,8 @@ name: Bundlewatch
on:
push:
branches-ignore:
- "dependabot/**"
branches:
- main
pull_request:
workflow_dispatch:

View File

@@ -2,8 +2,8 @@ name: cspell
on:
push:
branches-ignore:
- "dependabot/**"
branches:
- main
pull_request:
workflow_dispatch:

View File

@@ -2,8 +2,8 @@ name: CSS
on:
push:
branches-ignore:
- "dependabot/**"
branches:
- main
pull_request:
workflow_dispatch:

View File

@@ -2,8 +2,8 @@ name: Docs
on:
push:
branches-ignore:
- "dependabot/**"
branches:
- main
pull_request:
workflow_dispatch:

View File

@@ -2,8 +2,8 @@ name: JS Tests
on:
push:
branches-ignore:
- "dependabot/**"
branches:
- main
pull_request:
workflow_dispatch:

View File

@@ -2,8 +2,8 @@ name: Lint
on:
push:
branches-ignore:
- "dependabot/**"
branches:
- main
pull_request:
workflow_dispatch:

View File

@@ -2,8 +2,8 @@ name: CSS (node-sass)
on:
push:
branches-ignore:
- "dependabot/**"
branches:
- main
pull_request:
workflow_dispatch: