only run automated build if containerfile changes

This commit is contained in:
2024-11-29 01:31:59 -05:00
parent 1addf73535
commit 6a2ee7a8dc

View File

@@ -1,6 +1,9 @@
name: Reese's Arch Toolbox
run-name: Build and Push Reese's Arch Toolbox
on: [push]
on:
push:
paths:
- infrastructure/graduated/fedora/arch.containerfile
jobs:
build-and-push-arch-toolbox: