Skip to content

Commit f0cc714

Browse files
committed
Changed master to main for CI job
1 parent 2672438 commit f0cc714

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/jobs/elastic+elasticsearch-php+master.yml renamed to .ci/jobs/elastic+elasticsearch-php+main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-php+master
4-
display-name: 'elastic / elasticsearch-php # master'
5-
description: Testing the elasticsearch-php master branch.
3+
name: elastic+elasticsearch-php+main
4+
display-name: 'elastic / elasticsearch-php # main'
5+
description: Testing the elasticsearch-php main branch.
66
parameters:
77
- string:
88
name: branch_specifier
9-
default: refs/heads/master
9+
default: refs/heads/main
1010
description: the Git branch specifier to build (<branchName>, <tagName>,
1111
<commitId>, etc.)
1212
triggers:

0 commit comments

Comments
 (0)