Skip to content

Commit 0c05f2c

Browse files
committed
chore: activate release workflow
1 parent 2edcf2d commit 0c05f2c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Release AMI Nix
22

33
on:
4-
# push:
5-
# branches:
6-
# - sam/nix-and-conventional-ami
7-
# - '.github/workflows/ami-release-nix.yml'
8-
# - 'common-nix.vars.pkr.hcl'
4+
push:
5+
branches:
6+
- develop
7+
paths:
8+
- '.github/workflows/ami-release-nix.yml'
9+
- 'common-nix.vars.pkr.hcl'
910
workflow_dispatch:
1011

1112
jobs:

0 commit comments

Comments
 (0)