Skip to content

Commit 4370a77

Browse files
committed
build: trigger branch main
1 parent 89a88d8 commit 4370a77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release-please
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
# manual triggered
88
workflow_dispatch:
99
inputs:

azure-pipelines-notification-service-api-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pr:
2020
# PR target branch
2121
branches:
2222
include:
23-
- master
23+
- main
2424
paths:
2525
exclude:
2626
- '*release-please*'

azure-pipelines-notification-service-api-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger:
88
batch: true
99
branches:
1010
include:
11-
- master
11+
- main
1212
paths:
1313
exclude:
1414
- '*release-please*'

0 commit comments

Comments
 (0)