do not always create all builds
This commit is contained in:
3
.github/workflows/develop.yml
vendored
3
.github/workflows/develop.yml
vendored
@@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- master
|
- master
|
||||||
- "dependabot/**"
|
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
@@ -37,6 +36,7 @@ jobs:
|
|||||||
path: gotify-tray-installer-win.exe
|
path: gotify-tray-installer-win.exe
|
||||||
|
|
||||||
build-ubuntu:
|
build-ubuntu:
|
||||||
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
tag: [focal]
|
tag: [focal]
|
||||||
@@ -60,6 +60,7 @@ jobs:
|
|||||||
path: gotify-tray_amd64_ubuntu_${{ matrix.tag }}.deb
|
path: gotify-tray_amd64_ubuntu_${{ matrix.tag }}.deb
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user