From 80294fbaf41c409fc3c4a51dfd88fd1179af82d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Mon, 23 Oct 2023 12:34:46 +0200 Subject: [PATCH 1/2] [Docs] Add missing note about composer update --- docs/development.md | 3 ++- docs/installation.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index 109649df..cc666471 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,7 +1,8 @@ ## Development ```bash -git clone git@github.com:Sylius/PayPalPlugin.git +git clone git@github.com:CommerceWeavers/SyliusSaferpayPlugin.git +composer install (cd tests/Application && yarn install) (cd tests/Application && yarn build) (cd tests/Application && bin/console assets:install) diff --git a/docs/installation.md b/docs/installation.md index 66a256b9..ffa6164f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,4 +1,4 @@ -~~## Installation +## Installation ### 1. Require plugin with composer From 612c884fa1f40d57196163662d80e249b4798c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Mon, 23 Oct 2023 13:43:40 +0200 Subject: [PATCH 2/2] [Maintenance] Exclude md files from runing workflows --- .github/workflows/build.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f83f936e..b23ef0d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,8 +3,12 @@ name: Build on: push: branches-ignore: - - 'dependabot/**' - pull_request: ~ + - "dependabot/**" + paths-ignore: + - "*.md" + pull_request: + paths-ignore: + - "*.md" release: types: [created] schedule: