Skip to content

Commit 585862d

Browse files
authored
Update default branch in workflows (opensearch-project#382)
1 parent ec3fdcc commit 585862d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/draft-release-notes-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
update_release_draft:

.github/workflows/e2e-tests-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: E2E tests workflow
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
env:
77
KIBANA_VERSION: 7.10.2
88
ODFE_VERSION: 1.13.0

.github/workflows/unit-tests-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Unit tests workflow
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
env:
77
KIBANA_VERSION: 7.10.2
88
jobs:

0 commit comments

Comments
 (0)