Skip to content

Commit a5cdd3f

Browse files
authored
ci: temporary disable preview theme workflow (#3514)
* ci: temporary disable preview theme workflow * dev
1 parent b0da085 commit a5cdd3f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/preview-theme.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Theme preview
22
on:
3-
pull_request_target:
4-
types: [opened, edited, reopened, synchronize]
5-
branches:
6-
- master
7-
paths:
8-
- "themes/index.js"
3+
# pull_request_target:
4+
# types: [opened, edited, reopened, synchronize]
5+
# branches:
6+
# - master
7+
# paths:
8+
# - "themes/index.js"
9+
workflow_dispatch:
910

1011
permissions:
1112
actions: read

0 commit comments

Comments
 (0)