1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 18:14:17 +02:00

Revert "CI: limit the on push triggers (#35574)" (#37657)

This reverts commit f0ae5cceac.
This commit is contained in:
XhmikosR
2022-12-16 09:32:50 +02:00
committed by GitHub
parent f0ae5cceac
commit 71e2acef44
8 changed files with 15 additions and 20 deletions

View File

@@ -2,11 +2,6 @@ name: BrowserStack
on: on:
push: push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: workflow_dispatch:
env: env:
@@ -19,7 +14,7 @@ permissions:
jobs: jobs:
browserstack: browserstack:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap' if: github.repository == 'twbs/bootstrap' && (!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]'))
timeout-minutes: 30 timeout-minutes: 30
steps: steps:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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