From f98d46f2c25d46c40f5d64a15c915520f641d3dc Mon Sep 17 00:00:00 2001 From: thkoch2001 <94641+thkoch2001@users.noreply.github.com> Date: Sun, 10 Sep 2023 15:03:18 +0300 Subject: [PATCH 1/2] [typo] s/archive/achieve/ in contact.md --- docs/contact.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contact.md b/docs/contact.md index f1dbe1e..2b0e5fc 100644 --- a/docs/contact.md +++ b/docs/contact.md @@ -18,4 +18,4 @@ You can also join our [Telegram Channel](https://t.me/+A3XAurSG9ws3NjE6) to get If you are looking for a developer team and you consider hiring (some of) us, please make sure to also provide a detailed project description, outlining goals, time frame, social impact and wether the project will be open- or closed source. -We will work with you to archive your goals in a sustainable manner. We will make sure knowledge is spread within the team and we will integrate with your existing IT department to ensure scalability. \ No newline at end of file +We will work with you to achieve your goals in a sustainable manner. We will make sure knowledge is spread within the team and we will integrate with your existing IT department to ensure scalability. From 0af89e67093c4c38273f3214e3523bdc9215da72 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 12 Sep 2023 13:21:41 +0200 Subject: [PATCH 2/2] run workflows when pullrequest is targeting this repo --- .github/workflows/test-build.yml | 2 +- .github/workflows/test-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index ea93015..544c8cf 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,6 +1,6 @@ name: build test CI -on: push +on: [ push, pull_request_target ] jobs: build-test: diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 24e97fe..969166c 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -1,6 +1,6 @@ name: lint test CI -on: push +on: [ push, pull_request_target ] jobs: build-test: