We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c309cf5 + 2782fa3 commit 5b2a50fCopy full SHA for 5b2a50f
.github/workflows/testing.yml
@@ -1,6 +1,7 @@
1
name: Testing
2
3
on:
4
+ workflow_dispatch:
5
pull_request:
6
push:
7
branches:
composer.json
@@ -39,7 +39,8 @@
39
"allow-plugins": {
40
"dealerdirect/phpcodesniffer-composer-installer": true,
41
"johnpbloch/wordpress-core-installer": true
42
- }
+ },
43
+ "lock": false
44
},
45
"extra": {
46
"branch-alias": {
0 commit comments