Exclude paths from triggering nightly build

This commit is contained in:
Brendan 2024-02-19 08:15:08 +00:00
parent 7e194887f5
commit 8c52448da2

View File

@ -4,6 +4,12 @@ on:
push:
branches:
- mealie-next
paths-ignore:
- '*.md'
- '.devcontainer/**'
# I'm not excluding .github as changes in there might be to workflows etc
- '.vscode/**'
- 'docs/**'
concurrency:
group: nightly-${{ github.ref }}