Skip to content

Commit 1d30c0f

Browse files
committed
chore: only attempt to build AMI if version is updated
1 parent b786aef commit 1d30c0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ami-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- develop
7+
paths:
8+
- '.github/workflows/ami-release.yml'
9+
- 'common.vars.pkr.hcl'
710
workflow_dispatch:
811

912
jobs:

0 commit comments

Comments
 (0)