From 6044ca11143150edbd30e45700ce292717cdeca2 Mon Sep 17 00:00:00 2001 From: schklom <23263086+schklom@users.noreply.github.com> Date: Sat, 24 Feb 2024 23:16:19 +0000 Subject: [PATCH] Build when deb/* changes The build calls to Protonmail's repo and builds from it. When that repo changes (i.e. when deb/* changes), the image should be built again. Currently, that repo changed a few days ago, and the "build" image has not updated in a year. I don't see a reason to never update the image when the upstream repo updates frequently. --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 439396a..b10f6fa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,10 +8,12 @@ on: paths: - .github/workflows/build.yaml - build/* + - deb/* pull_request: paths: - .github/workflows/build.yaml - build/* + - deb/* env: DOCKER_REPO: shenxn/protonmail-bridge