do not use a separate release branch
This commit is contained in:
4
.github/workflows/develop.yml
vendored
4
.github/workflows/develop.yml
vendored
@@ -3,7 +3,7 @@ name: build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- master
|
- 'release'
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
tag: [focal]
|
tag: [jammy]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: build
|
name: release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
build-ubuntu:
|
build-ubuntu:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
tag: [focal, hirsute, impish, jammy]
|
tag: [focal, jammy]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -140,8 +140,6 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
gotify-tray-installer-win.exe
|
gotify-tray-installer-win.exe
|
||||||
gotify-tray_amd64_ubuntu_focal.deb
|
gotify-tray_amd64_ubuntu_focal.deb
|
||||||
gotify-tray_amd64_ubuntu_hirsute.deb
|
|
||||||
gotify-tray_amd64_ubuntu_impish.deb
|
|
||||||
gotify-tray_amd64_ubuntu_jammy.deb
|
gotify-tray_amd64_ubuntu_jammy.deb
|
||||||
gotify-tray_amd64_debian_bullseye.deb
|
gotify-tray_amd64_debian_bullseye.deb
|
||||||
gotify-tray_amd64_debian_bookworm.deb
|
gotify-tray_amd64_debian_bookworm.deb
|
||||||
Reference in New Issue
Block a user