enable deployment tests for PRs
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2023-07-28 20:06:42 +02:00
parent cad871a8cf
commit 01e1b5f008
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 2 deletions

View File

@ -71,7 +71,7 @@ local PipelineDeployment(scenario='rocky9') = {
'linting',
],
trigger: {
ref: ['refs/heads/main', 'refs/tags/**'],
ref: ['refs/heads/main', 'refs/tags/**', 'refs/pull/**'],
},
};

View File

@ -62,6 +62,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/**
- refs/pull/**
depends_on:
- linting
@ -147,6 +148,6 @@ depends_on:
---
kind: signature
hmac: c29456b152af21f872f70b8477cc3ac8edadb3e058c994cbc564319a66469851
hmac: 81536c79ea3dcf2f503450427b9aa5faeb29d613cb1da19b8605010295561341
...