Skip to content

Commit e9cbaa9

Browse files
committed
ci: ignore running tests on tags
1 parent 42c0ff2 commit e9cbaa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Test
2+
23
on:
34
push:
4-
branches-ignore: main
5+
branches: '*'
6+
tags-ignore: '*'
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)