From 238ecd92cf2d73b34b7b81ebda86cdf606def67b Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Fri, 17 Oct 2025 06:00:25 +0900 Subject: [PATCH 1/2] Mod to run tests on: PR and push to master --- .github/workflows/test.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63647e0d..7032afdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,19 @@ name: Test on: - workflow_dispatch: + pull_request: + types: [ opened, synchronize, reopened ] # Same as default + paths-ignore: + - '**.md' + - '.github/**' + - '!.github/workflows/test.yml' + push: + branches: + - master + paths-ignore: + - '**.md' + - '.github/**' + - '!.github/workflows/test.yml' concurrency: group: ${{ github.workflow }}-${{ github.ref }} From d6fd27b596b392da7682d80ad185882ff6f5abef Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Fri, 17 Oct 2025 06:06:39 +0900 Subject: [PATCH 2/2] Remove pull_request_template.md --- .github/pull_request_template.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index c891e4ea..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,7 +0,0 @@ - - ---- - -### Contribution License Agreement - -- [ ] By placing an "x" in the box, I hereby understand, accept and agree to be bound by the terms and conditions of the [Contribution License Agreement](https://dena.github.io/cla/). \ No newline at end of file