From 6c7675ad4953703c7f61dd9f725ac1b6d6651d0a Mon Sep 17 00:00:00 2001 From: rameel Date: Tue, 27 Jan 2026 00:10:37 +0500 Subject: [PATCH 1/3] Check test workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487a43c..bf58123 100644 --- a/README.md +++ b/README.md @@ -78,5 +78,5 @@ The generated initializer runs automatically at module load time. Bug reports and contributions are welcome. ## License -This package is released as open source under the **MIT License**. +This package is released as open source under the **MIT License**.
See the [LICENSE](https://github.com/rameel/ramstack.localealignment/blob/main/LICENSE) file for more details. From 8754c58cf70404d6431e39bbb200657f9d1d657d Mon Sep 17 00:00:00 2001 From: rameel Date: Tue, 27 Jan 2026 00:19:08 +0500 Subject: [PATCH 2/3] Fix typo --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8086683..f0ec377 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: build-and-test: if: ${{ !github.event.pull_request.draft }} - name: Built & Test + name: 'Build & Test' runs-on: ubuntu-latest steps: From ed659ff3835bee3198610b4fd437a20eac599c58 Mon Sep 17 00:00:00 2001 From: rameel Date: Tue, 27 Jan 2026 00:24:29 +0500 Subject: [PATCH 3/3] Fix PR trigger in test workflow --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0ec377..9f2ef67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,8 @@ name: Build & Test on: pull_request: - branches: [opened, synchronize, reopened, ready_for_review] + branches: [main] + types: [opened, synchronize, reopened, ready_for_review] jobs: build-and-test: