Aggiorna .forgejo/workflows/build.yml
Some checks failed
Build and Publish Debian Package / build (push) Failing after 1m26s
Some checks failed
Build and Publish Debian Package / build (push) Failing after 1m26s
This commit is contained in:
parent
d55391bf15
commit
b7aaf2253b
1 changed files with 7 additions and 9 deletions
|
@ -1,17 +1,15 @@
|
||||||
name: Build and Publish Debian Package
|
name: Build and Publish Debian Package
|
||||||
|
|
||||||
#on: [push]
|
#on: [push]
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- '*'
|
- main
|
||||||
# on:
|
- test
|
||||||
# push:
|
pull_request:
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
# pull_request:
|
|
||||||
# branches:
|
|
||||||
# - main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue