enable test release of all brances and disable formal release for now
This commit is contained in:
parent
3cfcc1c2c1
commit
3ad1aeae90
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -4,11 +4,7 @@ name: Build and Release
|
|||||||
# (detected by a push to main that changes debian/changelog).
|
# (detected by a push to main that changes debian/changelog).
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- 'debian/changelog'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
2
.github/workflows/test-release.yml
vendored
2
.github/workflows/test-release.yml
vendored
@ -4,8 +4,6 @@ name: Test Release Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- deb-installer
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user