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
|
name: Build and Publish Debian Package
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- main
|
- '*'
|
||||||
- test
|
# on:
|
||||||
pull_request:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
# pull_request:
|
||||||
|
# branches:
|
||||||
|
# - main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue