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 48a7635 + af0ece9 commit 8990e01Copy full SHA for 8990e01
.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
@@ -29,7 +29,8 @@
29
"allow-plugins": {
30
"dealerdirect/phpcodesniffer-composer-installer": true,
31
"johnpbloch/wordpress-core-installer": true
32
- }
+ },
33
+ "lock": false
34
},
35
"scripts": {
36
"lint": "run-linter-tests",
0 commit comments