Skip to content

Commit 92aade2

Browse files
committed
ci: run CI only on main (not tags); release job waits on CI for the tag's commit SHA to avoid duplicate runs
1 parent 5c7a97e commit 92aade2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: CI
33
on:
44
push:
55
branches: [main]
6-
tags:
7-
- 'v*'
86
pull_request:
97
branches: [main]
108
workflow_dispatch:

0 commit comments

Comments
 (0)