From d33e2e06e485676c25f30fb0683d05f4de3aea1f Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 24 Sep 2019 15:38:21 +0530 Subject: [PATCH] Not run workflow on *.md changes and fix links in README --- .github/workflows/workflow.yml | 6 +++++- README.md | 6 +++--- package.json | 3 +-- 3 files changed, 9 insertions(+), 6 deletions(-) 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 @@

GitHub Actions status LICENSE - PHP Versions Supported + PHP Versions Supported Support me on Patreon Support me on Paypal Get Help on codementor

-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" },