only build when gempost content changes

This commit is contained in:
John Bowdre 2024-03-23 14:07:18 -05:00
parent 2365268504
commit f415fd7b66

View file

@ -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