Skip to content

Commit b95069a

Browse files
committed
Tweak deploy_static.yml
1 parent 8c7cbb0 commit b95069a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy_static.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77
branches:
88
- "main"
99
paths:
10-
- 'static/**'
11-
- 'static/*'
12-
- 'static'
10+
- "static/**"
11+
- "static/*"
12+
- "static"
13+
- ".github/workflows/deploy_static.yml"
1314

1415
# Allows you to run this workflow manually from the Actions tab
1516
workflow_dispatch:

0 commit comments

Comments
 (0)