Skip to content

Commit 1b905b5

Browse files
authored
Update static.yml
1 parent 30b3875 commit 1b905b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
paths-ignore:
8+
- 'static/**'
89

910
# Allows you to run this workflow manually from the Actions tab
1011
workflow_dispatch:

0 commit comments

Comments
 (0)