Skip to content

Commit 4896e62

Browse files
authored
ci: do not deploy without tag
Comment out the branch trigger for deployment.
1 parent 040c312 commit 4896e62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: deploy
22
on:
33
push:
4-
branches:
5-
- main
64
tags:
75
- v*
6+
# branches:
7+
# - main
88

99
jobs:
1010
ci:

0 commit comments

Comments
 (0)