Skip to content

Commit 1d4d854

Browse files
committed
Add scripts/generate_targets.py to workflow push trigger
The generate_targets.py script generates the release-targets YAML files. When this script changes, the generated output may also change, so the workflow should trigger to regenerate and commit to the data branch. Signed-off-by: Igor Pecovnik <igor@armbian.com>
1 parent e13de36 commit 1d4d854

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/generate-build-lists.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
paths:
99
- 'release-targets/**'
10+
- 'scripts/generate_targets.py'
1011

1112
env:
1213
IMAGE_INFO_URL: "https://github.armbian.com/image-info.json"

0 commit comments

Comments
 (0)