Skip to content

Commit 8990e01

Browse files
authored
Merge pull request #74 from wp-cli/no-lock-file-dispatch
2 parents 48a7635 + af0ece9 commit 8990e01

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
@@ -29,7 +29,8 @@
2929
"allow-plugins": {
3030
"dealerdirect/phpcodesniffer-composer-installer": true,
3131
"johnpbloch/wordpress-core-installer": true
32-
}
32+
},
33+
"lock": false
3334
},
3435
"scripts": {
3536
"lint": "run-linter-tests",

0 commit comments

Comments
 (0)