Skip to content

Commit

Permalink
Restoring the default branch declaration to jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Jul 25, 2023
1 parent f94661a commit 9513161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ spec:
spec:
repository: elastic/eui
pipeline_file: ".buildkite/pipelines/pipeline_pull_request_test.yml"
default_branch: main
# Job runs as a step in pull request combined job
provider_settings:
build_branches: false
Expand Down Expand Up @@ -132,6 +133,7 @@ spec:
spec:
repository: elastic/eui
pipeline_file: ".buildkite/pipelines/pipeline_pull_request_deploy_docs.yml"
default_branch: main
# Job runs as a step in pull request combined job
provider_settings:
build_branches: false
Expand Down Expand Up @@ -172,6 +174,7 @@ spec:
spec:
repository: elastic/eui
pipeline_file: ".buildkite/pipelines/pipeline_pull_request_test_and_deploy.yml"
default_branch: main
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
provider_settings:
Expand Down

0 comments on commit 9513161

Please sign in to comment.