Skip to content

Commit 8e6b07d

Browse files
not run typecheck action on tag push
1 parent 23a688a commit 8e6b07d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

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

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

58
jobs:
69
checks:

0 commit comments

Comments
 (0)