Skip to content

Commit

Permalink
dev: also monitor requirements.txt and build the addon if that changes
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Nov 14, 2023
1 parent 7ddca1a commit d009417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Builder

env:
BUILD_ARGS: "--test"
MONITORED_FILES: "build.yaml config.yaml Dockerfile rootfs"
MONITORED_FILES: "build.yaml config.yaml Dockerfile requirements.txt rootfs"

on:
push:
Expand Down

0 comments on commit d009417

Please sign in to comment.