diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1044b79..bf67592 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,6 +1,7 @@ name: Testing on: + workflow_dispatch: pull_request: push: branches: diff --git a/composer.json b/composer.json index 1636801..913df36 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "johnpbloch/wordpress-core-installer": true - } + }, + "lock": false }, "scripts": { "lint": "run-linter-tests",