Merge pull request #3195 from boc-the-git/feat/dont-build-nightly-for-docs

feat: Exclude paths from triggering nightly build
This commit is contained in:
boc-the-git
2024-02-20 06:25:48 +11:00
committed by GitHub

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