Skip to content

Commit b88147c

Browse files
committed
fix: update workflows
1 parent 17c400e commit b88147c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/default.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

3-
on: push
3+
on:
4+
push:
5+
tags-ignore:
6+
- '**'
47

58
jobs:
69
lint:

.github/workflows/release.yml

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

88
jobs:
99
lint:

0 commit comments

Comments
 (0)