Aggiorna .forgejo/workflows/build-debian-package.yml
This commit is contained in:
parent
d95c49a1c4
commit
4d52e80b0f
1 changed files with 10 additions and 6 deletions
|
@ -1,13 +1,17 @@
|
|||
name: Build and Publish Debian Package
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- test
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '*'
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue