From 8ffef3485385f11fc53383438449006ebb283a9a Mon Sep 17 00:00:00 2001 From: schklom <23263086+schklom@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:03:56 +0000 Subject: [PATCH] Build when deb/* changes (#97) 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. --------- Co-authored-by: Simon Ungar Felding <45149055+simonfelding@users.noreply.github.com> --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 439396a..cb20661 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,10 +8,13 @@ on: paths: - .github/workflows/build.yaml - build/* + - deb/* pull_request: paths: - .github/workflows/build.yaml - build/* + - deb/* + workflow_dispatch: env: DOCKER_REPO: shenxn/protonmail-bridge