Skip to content

Commit 1bfd89d

Browse files
committed
Fix static site deployment triggers
1 parent 8e08fe5 commit 1bfd89d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy_static.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
branches:
88
- "main"
99
paths:
10-
- static/**
10+
- 'static/**'
11+
- 'static/*'
12+
- 'static'
1113

1214
# Allows you to run this workflow manually from the Actions tab
1315
workflow_dispatch:

0 commit comments

Comments
 (0)