mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
Only automatically build site when the sites directory changes
This commit is contained in:
parent
2a8dfa278d
commit
206a8921aa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
# Triggers the workflow on push or pull request events but only for the main branch
|
||||
push:
|
||||
branches: [main]
|
||||
paths: [site/**]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue