From 993064f9144469d683a60a5d8baf4800ccca5f34 Mon Sep 17 00:00:00 2001 From: Jakob Kjaer Date: Thu, 16 Nov 2023 10:25:43 +1000 Subject: [PATCH 1/2] add new commit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 00d4903..abb325f 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ }, "scripts": { "start": "node src/index.js", - "create_template1": "node src/create_template.js", -"create_template": "cd upload && ls" + "create_template": "node src/create_template.js" }, "repository": { "type": "git", From c3cce8e0bd5b3caeed692f2a7628173f780977a0 Mon Sep 17 00:00:00 2001 From: Jakob Kjaer Date: Thu, 16 Nov 2023 10:41:08 +1000 Subject: [PATCH 2/2] run pull request on target --- .github/workflows/template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml index c6f0879..fc3ab63 100644 --- a/.github/workflows/template.yml +++ b/.github/workflows/template.yml @@ -6,8 +6,8 @@ name: Create template from uploads on: # Runs on pushes targeting the default branch - pull_request: - types: [opened, reopened] + pull_request_target: + types: [opened, reopened, synchronize]