Skip to content

Commit 9b1ff43

Browse files
authored
fix: Don't run CI for releases (coder#4393)
This was unnecessary and causing weird issues like double deploys and runs.
1 parent ea42212 commit 9b1ff43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
tags:
8-
- "*"
97

108
pull_request:
119

0 commit comments

Comments
 (0)