Skip to content

Commit 5b2a50f

Browse files
authored
Merge pull request #247 from wp-cli/no-lock-file-dispatch
2 parents c309cf5 + 2782fa3 commit 5b2a50f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/testing.yml

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

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
branches:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"allow-plugins": {
4040
"dealerdirect/phpcodesniffer-composer-installer": true,
4141
"johnpbloch/wordpress-core-installer": true
42-
}
42+
},
43+
"lock": false
4344
},
4445
"extra": {
4546
"branch-alias": {

0 commit comments

Comments
 (0)