👷 Fix: Run builds on code modifications only

Now there will not be a new docker image for documentation updates.
This commit is contained in:
James Musselman 2024-06-30 00:07:59 -05:00
parent b7895e0132
commit 8a037a0c41
No known key found for this signature in database
GPG key ID: 1DAEFF35ECB5D6DB

View file

@ -1,4 +1,14 @@
on: [push] on:
push:
branches:
- "main"
paths:
- "**/editor_templates/"
- "**/templates/"
- "**/static/"
- "**/*.go"
- "**/*.sh"
- "**/Dockerfile"
jobs: jobs:
Clone and Build: Clone and Build:
runs-on: website runs-on: website