Skip to content

Commit 3c5bead

Browse files
Add path filter to Auto-Release workflow
Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
1 parent e796176 commit 3c5bead

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Auto-Release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- reopened
1313
- synchronize
1414
- labeled
15+
paths:
16+
- '.github/workflows/**'
17+
- '.github/linters/**'
1518

1619
concurrency:
1720
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)