From a29956826a907b4e0356891d50a9e1e3c2658198 Mon Sep 17 00:00:00 2001
From: Shivam Mathur
Date: Wed, 27 Nov 2019 20:26:36 +0530
Subject: [PATCH] Edit README and workflow
---
.github/workflows/workflow.yml | 2 ++
README.md | 7 +++----
2 files changed, 5 insertions(+), 4 deletions(-)
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 @@
-
-
-
+
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 or using .
+- Support this project on or using .
+- If you need using this GitHub Action for your project, you can contact me here
## :bookmark: This action uses the following works