Skip to content

Commit 2caf8f8

Browse files
committed
Update workflow
1 parent 1d1c83b commit 2caf8f8

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Diff for: .github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- "*"
77

88
jobs:
99
publish:

Diff for: .github/workflows/test.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test
22

3-
on:
4-
push:
5-
branches-ignore:
6-
- main
3+
on: push
74

85
jobs:
96
test:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tenderizer",
33
"description": "Slice a deep object into multiple shallow objects",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"main": "lib/tenderizer.js",
66
"types": "lib/tenderizer.d.ts",
77
"files": [

0 commit comments

Comments
 (0)