👷 Fix: Run builds on code modifications only
Now there will not be a new docker image for documentation updates.
This commit is contained in:
parent
b7895e0132
commit
8a037a0c41
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,14 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "**/editor_templates/"
|
||||
- "**/templates/"
|
||||
- "**/static/"
|
||||
- "**/*.go"
|
||||
- "**/*.sh"
|
||||
- "**/Dockerfile"
|
||||
jobs:
|
||||
Clone and Build:
|
||||
runs-on: website
|
||||
|
|
Loading…
Reference in a new issue