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

This commit is contained in:
Philip Korsholm
2022-11-30 13:59:27 +01:00
committed by olivermrbl
parent b023d846c3
commit 761ea8383d
+2
View File
@@ -7,6 +7,8 @@ on:
paths-ignore:
- "docs/**"
- "www/**"
- ".github/**"
concurrency: ${{ github.workflow }}-${{ github.ref }}