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
commit 69bbf9fdcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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