Skip to content

Commit 78e3627

Browse files
authored
Skip workflows for tags (#21)
1 parent 55d8c44 commit 78e3627

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: tests
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- '*'
6+
tags-ignore:
7+
- '*'
38

49
defaults:
510
run:

0 commit comments

Comments
 (0)