1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

CI: add workflow_dispatch (#35454)

This commit is contained in:
XhmikosR
2021-12-02 23:02:11 +02:00
committed by GitHub
parent 2ff1eb0daa
commit 6eef480e1e
9 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: BrowserStack
on: on:
push: push:
workflow_dispatch:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2

View File

@@ -5,6 +5,7 @@ on:
branches-ignore: branches-ignore:
- "dependabot/**" - "dependabot/**"
pull_request: pull_request:
workflow_dispatch:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2

View File

@@ -14,6 +14,7 @@ on:
- "!dependabot/**" - "!dependabot/**"
schedule: schedule:
- cron: "0 2 * * 5" - cron: "0 2 * * 5"
workflow_dispatch:
jobs: jobs:
analyze: analyze:

View File

@@ -5,6 +5,7 @@ on:
branches-ignore: branches-ignore:
- "dependabot/**" - "dependabot/**"
pull_request: pull_request:
workflow_dispatch:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2

View File

@@ -5,6 +5,7 @@ on:
branches-ignore: branches-ignore:
- "dependabot/**" - "dependabot/**"
pull_request: pull_request:
workflow_dispatch:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2

View File

@@ -5,6 +5,7 @@ on:
branches-ignore: branches-ignore:
- "dependabot/**" - "dependabot/**"
pull_request: pull_request:
workflow_dispatch:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2

View File

@@ -5,6 +5,7 @@ on:
branches-ignore: branches-ignore:
- "dependabot/**" - "dependabot/**"
pull_request: pull_request:
workflow_dispatch:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2

View File

@@ -5,6 +5,7 @@ on:
branches-ignore: branches-ignore:
- "dependabot/**" - "dependabot/**"
pull_request: pull_request:
workflow_dispatch:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2

View File

@@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch:
jobs: jobs:
update_release_draft: update_release_draft: