diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 746e60f9..9596e7e2 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,5 +1,9 @@ name: Main workflow -on: [push] +on: + push: + paths: + - '*' + - '!*.md' jobs: run: name: Run diff --git a/README.md b/README.md index 018f2193..450ebd63 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@
-Setup PHP with required extensions, php.ini configuration and composer in [GitHub Actions](https://github.com/features/actions). This action can be added as a step in your action workflow and it will setup the PHP environment you need to test your application. Refer to [Usage](#usage) section to see how to use this. +Setup PHP with required extensions, php.ini configuration and composer in [GitHub Actions](https://github.com/features/actions). This action can be added as a step in your action workflow and it will setup the PHP environment you need to test your application. Refer to [Usage](#memo-usage) section to see how to use this. -## :tada: PHP Supported Versions +## :tada: PHP Support |PHP Version|Stability|Release Support| |--- |--- |--- | diff --git a/package.json b/package.json index 3382fa48..bb9aacfb 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.0.0", - "@actions/tool-cache": "^1.0.0", - "codecov": "^3.6.0", + "@actions/tool-cache": "^1.0.0", "fs": "0.0.1-security", "typed-rest-client": "^1.5.0" },