From: alex Date: Wed, 30 Aug 2023 17:59:43 +0000 (+0200) Subject: Only build image on changes X-Git-Tag: 20240214-emacs~296 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=32916fa8e789178b0137ca27b652f3a9d78e652a;p=alex.git Only build image on changes --- diff --git a/.github/workflows/build-workstation.yml b/.github/workflows/build-workstation.yml index 678c5d5..a36d21a 100644 --- a/.github/workflows/build-workstation.yml +++ b/.github/workflows/build-workstation.yml @@ -1,5 +1,9 @@ on: - - push + push: + paths: + - 'workstation/**' + branches: + - main jobs: build: