Skip to content

Commit 69f3bae

Browse files
committed
Always execute lint
1 parent 8583bdc commit 69f3bae

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: TS Lint Check
22

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on: push
74

85
jobs:
96
lint:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Prepare for release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)