Skip to content

Commit 5cafcf3

Browse files
committed
chore: only run ci on branch push
1 parent ba08395 commit 5cafcf3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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
pull_request:
610
workflow_dispatch:
711

0 commit comments

Comments
 (0)