Skip to content

Commit ff140c6

Browse files
committed
tests(workflow): add dispatch rule
1 parent cd5d399 commit ff140c6

File tree

17 files changed

+17
-0
lines changed

17 files changed

+17
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/compat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/deprecated/color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/deprecated/error.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/emacs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/exec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/global.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- master
1616
paths-ignore:
1717
- '**.md'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)