Skip to content

Commit fb72dd6

Browse files
PratikshaPratiksha
authored andcommitted
allow manual dispatching of workflows
1 parent ed04c69 commit fb72dd6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cs-fixer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- '**/*.php'
12+
workflow_dispatch:
1213

1314
jobs:
1415
php-cs-fixer:

.github/workflows/test.yml

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

910
concurrency:
1011
group: ${{ github.ref }}

0 commit comments

Comments
 (0)