Skip to content

Commit 13071fb

Browse files
committed
stop deploying RazorUI
1 parent 7683359 commit 13071fb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/publish-razorui.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: Deploy Daemon RazorUI
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
paths:
9-
- 'RazorUI/**'
10-
pull_request:
11-
branches:
12-
- main
13-
paths:
14-
- 'RazorUI/**'
5+
# push:
6+
# branches:
7+
# - main
8+
# paths:
9+
# - 'RazorUI/**'
10+
# pull_request:
11+
# branches:
12+
# - main
13+
# paths:
14+
# - 'RazorUI/**'
1515

1616
env:
1717
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

0 commit comments

Comments
 (0)