Skip to content

Commit bab294c

Browse files
authored
Update deploy.yml
1 parent 23aaf77 commit bab294c

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@ name: Deploy
22
on:
33
push:
44
branches: ["main"]
5+
56
paths:
6-
- 'src/**'
7-
- 'database/**'
8-
- 'public/**'
7+
- 'src/**'
8+
- 'deno.json'
9+
- 'vite.config.ts'
10+
- 'postcss.config.js'
11+
- 'public/**'
12+
- 'index.html'
13+
- '.github/workflows/deploy.yml'
914
pull_request:
1015
branches: ["main"]
11-
paths:
12-
- 'src/**'
13-
- 'database/**'
14-
- 'public/**'
16+
paths:
17+
- 'src/**'
18+
- 'deno.json'
19+
- 'vite.config.ts'
20+
- 'postcss.config.js'
21+
- 'public/**'
22+
- 'index.html'
23+
- '.github/workflows/deploy.yml'
1524

1625
jobs:
1726
deploy:

0 commit comments

Comments
 (0)