Skip to content

Commit 3a7067d

Browse files
committed
CI: add workflow_dispatch (#35454)
1 parent 86c29ad commit 3a7067d

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

.github/workflows/browserstack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: BrowserStack
22

33
on:
44
push:
5+
workflow_dispatch:
56

67
env:
78
FORCE_COLOR: 2

.github/workflows/bundlewatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- "dependabot/**"
77
pull_request:
8+
workflow_dispatch:
89

910
env:
1011
FORCE_COLOR: 2

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- "!dependabot/**"
1515
schedule:
1616
- cron: "0 2 * * 5"
17+
workflow_dispatch:
1718

1819
jobs:
1920
analyze:

.github/workflows/css.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- "dependabot/**"
77
pull_request:
8+
workflow_dispatch:
89

910
env:
1011
FORCE_COLOR: 2

.github/workflows/dart-sass.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- "dependabot/**"
77
pull_request:
8+
workflow_dispatch:
89

910
env:
1011
FORCE_COLOR: 2

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- "dependabot/**"
77
pull_request:
8+
workflow_dispatch:
89

910
env:
1011
FORCE_COLOR: 2

.github/workflows/js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- "dependabot/**"
77
pull_request:
8+
workflow_dispatch:
89

910
env:
1011
FORCE_COLOR: 2

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- "dependabot/**"
77
pull_request:
8+
workflow_dispatch:
89

910
env:
1011
FORCE_COLOR: 2

0 commit comments

Comments
 (0)