do not always create all builds

This commit is contained in:
dries.k
2022-08-04 00:48:47 +02:00
parent aa1adb8435
commit e7918b59c0

View File

@@ -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