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).
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'debian/changelog'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- deb-installer
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user