mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-10 00:42:18 +00:00
only build when gempost content changes
This commit is contained in:
parent
2365268504
commit
f415fd7b66
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deploy-gemini.yml
vendored
5
.github/workflows/deploy-gemini.yml
vendored
|
@ -6,6 +6,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'gemlog/**'
|
||||
- 'static/**'
|
||||
- 'templates/**'
|
||||
- 'gempost.yaml'
|
||||
|
||||
concurrency: # prevent concurrent deploys doing strange things
|
||||
group: deploy-gemini-capsule
|
||||
|
|
Loading…
Reference in a new issue