chore: don't run release pipeline for documentation changes

This commit is contained in:
pommee
2025-11-08 11:07:29 +01:00
parent 57c1ed03f5
commit ef04391755

View File

@@ -1,7 +1,12 @@
name: Build & Deploy GoAway release and Docker image
on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- ".github/workflows/docs.yml"
jobs:
release: