Update workflow
- Only do the rebuild/redeploy if the blog content changes.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
on:
|
||||
push:
|
||||
# paths:
|
||||
# - "content/**"
|
||||
# - "static/**"
|
||||
# - "templates/**"
|
||||
paths:
|
||||
- "content/**"
|
||||
- "static/**"
|
||||
- "templates/**"
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user