Skip to content

Commit dbd7335

Browse files
Merge pull request #3 from aboutbits/action-typecheck-ignore-tags
Don't run typecheck github action on tags push
2 parents 23a688a + 8e6b07d commit dbd7335

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)