Skip to content

Commit d268d80

Browse files
committed
Deploy to github-pages only when theme-related code changed
1 parent c1d0158 commit d268d80

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/theme-showcase.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ permissions:
44
contents: read
55

66
on:
7-
schedule:
8-
- cron: '32 1 * * *'
7+
push:
8+
branches:
9+
- master
10+
paths:
11+
- '.github/workflows/theme-showcase.yml'
12+
- 'crates/wastebin_theme_showcase/**'
13+
- 'crates/wastebin_highlight/**'
914

1015
jobs:
1116
build:

0 commit comments

Comments
 (0)