Skip to content

Commit d8866d9

Browse files
committed
ci(web): switched the deployment to manual
1 parent 98e0a9f commit d8866d9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: feature
66
assignees: ''
77

88
---

.github/workflows/web-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Deploy
22
on:
3-
push:
4-
branches:
5-
- master
3+
workflow_dispatch:
64

75
permissions:
86
contents: write

.github/workflows/web-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches:
55
- master
6+
- develop
67

78
permissions:
89
contents: write

0 commit comments

Comments
 (0)