Skip to content

Commit 6eef480

Browse files
authored
CI: add workflow_dispatch (#35454)
1 parent 2ff1eb0 commit 6eef480

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-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/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

.github/workflows/node-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/release-notes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
update_release_draft:

0 commit comments

Comments
 (0)