From b6c3a65d2d8c29a662fd4b9406af2a3b7385e617 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 4 Sep 2023 16:48:36 +0200 Subject: [PATCH] update dev build action --- .github/workflows/development-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/development-build.yml b/.github/workflows/development-build.yml index 7011fb1cc..681cbda3a 100644 --- a/.github/workflows/development-build.yml +++ b/.github/workflows/development-build.yml @@ -3,6 +3,9 @@ name: Development Build (v4) on: push: branches: ["next"] + paths-ignore: + - .github/workflows/coolify-helper.yml + - docker/coolify-helper/Dockerfile env: REGISTRY: ghcr.io @@ -73,4 +76,4 @@ jobs: - uses: sarisia/actions-status-discord@v1 if: always() with: - webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }} \ No newline at end of file + webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}