Skip to content

Commit 7fb85d5

Browse files
committed
fix: deploy to npm
1 parent 9e2ec6b commit 7fb85d5

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ on:
77

88
# Push to master will trigger code checks
99
push:
10-
branches:
11-
- master
12-
- 'fix/*'
13-
tags-ignore:
14-
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
10+
1511

1612
jobs:
1713
lint_and_test:

.github/workflows/pre_release.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Create a pre-release
33
on:
44
# Push to master will deploy a beta version
55
push:
6-
branches:
7-
- master
8-
- 'fix/*'
9-
tags-ignore:
10-
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
116

127
concurrency:
138
group: release

0 commit comments

Comments
 (0)