Skip to content

Commit

Permalink
Merge branch 'rsletta:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
uxkjaer authored Nov 16, 2023
2 parents afe116c + c3cce8e commit 7b66959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]



Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7b66959

Please sign in to comment.