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
|
||||
|
||||
#on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
branches:
|
||||
- main
|
||||
- test
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue