Skip to content

Commit

Permalink
Merge pull request #74 from wp-cli/no-lock-file-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Oct 2, 2024
2 parents 48a7635 + af0ece9 commit 8990e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Testing

on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"johnpbloch/wordpress-core-installer": true
}
},
"lock": false
},
"scripts": {
"lint": "run-linter-tests",
Expand Down

0 comments on commit 8990e01

Please sign in to comment.