Skip to content

Commit 7c3627c

Browse files
committed
ci: only release if spec file edited
1 parent c7bfe7e commit 7c3627c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ on:
44
push:
55
branches:
66
- "main"
7-
paths-ignore:
8-
- "README.md"
9-
- "docs/**"
10-
- ".gitignore"
11-
- "LICENSE"
12-
- ".github/**"
7+
paths:
8+
- "devops-definition.yaml"
139

1410
permissions:
1511
contents: write

0 commit comments

Comments
 (0)