Skip to content

Commit 46becb8

Browse files
committed
chore(cicd): only run release workflow when source terraform files are modified
1 parent a078e51 commit 46becb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/semantic-releaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- master
6+
paths:
7+
- '**.tf'
8+
- '!examples/**.tf'
69
jobs:
710
release:
811
name: Release

0 commit comments

Comments
 (0)