mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
release.yml: Use release.yml to run most tests
This commit is contained in:
parent
64ce2b2643
commit
6244bf4486
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
@ -10,10 +10,6 @@ on:
|
||||
git_ref:
|
||||
required: true
|
||||
type: string
|
||||
push:
|
||||
branches-ignore:
|
||||
- '*/cicd/**'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
1
.github/workflows/build-lxd.yml
vendored
1
.github/workflows/build-lxd.yml
vendored
@ -13,7 +13,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -28,6 +28,8 @@ on:
|
||||
default: true
|
||||
push:
|
||||
tags: ["v*"]
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
4
.github/workflows/vm-tests.yml
vendored
4
.github/workflows/vm-tests.yml
vendored
@ -14,8 +14,8 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
push:
|
||||
branches-ignore:
|
||||
- '*/cicd/**'
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
setup-installation-test-instance:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user