Skip to content

Commit b7d0b46

Browse files
committed
fix: add workflow call trigger
1 parent b5c9774 commit b7d0b46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches: ['master']
77
workflow_dispatch:
8+
workflow_call:
89

910
jobs:
1011
tests:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"axios": "^1.11.0"
1313
},
1414
"name": "scratchattach.ts",
15-
"version": "1.0.4",
15+
"version": "1.0.5",
1616
"description": "Typescript package for accessing https://scratch.mit.edu/",
1717
"author": "faretek1",
1818
"license": "MIT",

0 commit comments

Comments
 (0)