Skip to content

Commit 676b1d5

Browse files
authored
fix(workflows): expand deploy trigger paths to all site files (#22)
1 parent 293e32b commit 676b1d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/scheduled-deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'src/content/blog/**'
8+
- 'src/**'
9+
- 'public/**'
10+
- 'astro.config.mjs'
11+
- 'package.json'
12+
- 'package-lock.json'
13+
- 'tsconfig.json'
914
schedule:
1015
# Run at 7:50 AM Eastern (12:50 UTC) - 10 min before Bluesky post
1116
- cron: '50 12 * * *'

0 commit comments

Comments
 (0)