chore(workflow): Ignore changes in ./github folder in staging release trigger

This commit is contained in:
Philip Korsholm
2022-11-30 09:39:12 +01:00
committed by olivermrbl
parent b023d846c3
commit 761ea8383d

View File

@@ -7,6 +7,8 @@ on:
paths-ignore:
- "docs/**"
- "www/**"
- ".github/**"
concurrency: ${{ github.workflow }}-${{ github.ref }}