diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d6e1e881..b8023401 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,6 +7,7 @@ on: - verbose paths-ignore: - '**.md' + - 'examples/**' push: branches: - master @@ -14,6 +15,7 @@ on: - verbose paths-ignore: - '**.md' + - 'examples/**' jobs: run: name: Run diff --git a/README.md b/README.md index 6584b3d3..06e568de 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ GitHub Actions status Codecov Code Coverage LICENSE - PHP Versions Supported - Support me on Patreon Support me on PayPal - Contact me on Codementor + PHP Versions Supported

Setup PHP with required extensions, php.ini configuration and composer in [GitHub Actions](https://github.com/features/actions "GitHub 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 "How to use this") section and [examples](#examples "Examples of use") to see how to use this. @@ -243,7 +241,8 @@ If this action helped you. - Please star the project and share it, this helps reach more people. - If you blog, write about your experience using this. -- Support on this project on Patreon or using Paypal. +- Support this project on Patreon or using Paypal. +- If you need using this GitHub Action for your project, you can contact me here Contact me on Codementor ## :bookmark: This action uses the following works