Skip to content

Commit c29d1ef

Browse files
committed
ci: don't run ci on tag
1 parent d03d329 commit c29d1ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- '**'
7+
tags-ignore:
8+
- '**'
59

610
jobs:
711
backend-format:

0 commit comments

Comments
 (0)