Skip to content

Commit 7cfe732

Browse files
committed
feat: fix cd to work on tags only
1 parent 4d5c572 commit 7cfe732

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: cd
22

3-
on: [push, pull_request]
3+
on:
4+
release:
5+
types: [published]
46

57
jobs:
68
cd:

0 commit comments

Comments
 (0)