Skip to content

Commit b64244a

Browse files
Update github-pages.yml
1 parent 295885e commit b64244a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/github-pages.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: github pages release
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- '.storybook'
9-
- 'public'
10-
- 'src'
3+
on: workflow_dispatch
4+
# push:
5+
# branches:
6+
# - main
7+
# paths:
8+
# - '.storybook'
9+
# - 'public'
10+
# - 'src'
1111

1212
jobs:
1313
deploy:

0 commit comments

Comments
 (0)