From e7918b59c0212ef30e404df7909f300a1445e0eb Mon Sep 17 00:00:00 2001 From: "dries.k" Date: Thu, 4 Aug 2022 00:48:47 +0200 Subject: [PATCH] do not always create all builds --- .github/workflows/develop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 5623d74..9430872 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -4,7 +4,6 @@ on: push: branches-ignore: - master - - "dependabot/**" tags-ignore: - '*' @@ -37,6 +36,7 @@ jobs: path: gotify-tray-installer-win.exe build-ubuntu: + if: ${{ github.actor != 'dependabot[bot]' }} strategy: matrix: tag: [focal] @@ -60,6 +60,7 @@ jobs: path: gotify-tray_amd64_ubuntu_${{ matrix.tag }}.deb build-macos: + if: ${{ github.actor != 'dependabot[bot]' }} runs-on: macos-12 steps: - uses: actions/checkout@v2