0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

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

This reverts commit f0ae5cceac1302d51cf62ffb180355bfc3300ae2.
This commit is contained in:
XhmikosR 2022-12-16 09:32:50 +02:00 committed by GitHub
parent f0ae5cceac
commit 71e2acef44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: