Skip to content

Commit b639ad9

Browse files
committed
chore: ignore tags
1 parent edd5e16 commit b639ad9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ name: Node.js CI
66
on:
77
push:
88
branches: ["**"]
9-
tags-ignore:
10-
- "**"
9+
tags-ignore: ["**"]
1110
pull_request:
1211
branches: ["**"]
1312

0 commit comments

Comments
 (0)