Skip to content

Commit cf23673

Browse files
authored
Merge pull request #248 from rhopp/fix/azure-promotion_1.6
1.6 cherrypick - Change trigger to pull request in Azure Pipelines template
2 parents 5443992 + 44b0e92 commit cf23673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generated/gitops-template/azure/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated from templates/gitops-template/azure-pipelines.yml.njk. Do not edit directly.
22

3-
trigger:
3+
pr:
44
- main
55

66
# Using self-hosted 'Default' agent pool by default

templates/gitops-template/azure-pipelines.yml.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{%- include "do-not-edit.njk" -%}
22
{%- set secrets = gitops_secrets -%}
33

4-
trigger:
4+
pr:
55
- main
66

77
# Using self-hosted 'Default' agent pool by default

0 commit comments

Comments
 (0)