Skip to content

Commit 7741e97

Browse files
committed
fix: let's not test on publish
1 parent f266aed commit 7741e97

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
- published
66

77
jobs:
8-
tests:
9-
uses: ./.github/workflows/tests.yml
10-
118
publish:
129
runs-on: ubuntu-latest
1310

.github/workflows/tests.yml

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

109
jobs:
1110
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.9",
15+
"version": "1.0.10",
1616
"description": "Typescript package for accessing https://scratch.mit.edu/",
1717
"author": "faretek1",
1818
"license": "MIT",

0 commit comments

Comments
 (0)