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 GitHub
parent ea193b6830
commit 0764c6f994

View File

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