Skip to content

Commit

Permalink
Fix default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Dec 6, 2024
1 parent f3a1b8a commit db0fbfa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ env:

PULUMI_TEST_OWNER: service-provider-test-org
PULUMI_TEST_USE_SERVICE: true
defaultBranch: main
template: generic
shards: 6
2 changes: 1 addition & 1 deletion .github/workflows/community-moderation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ name: warn-codegen
on:
pull_request_target:
branches:
- master
- main
types:
- opened
4 changes: 2 additions & 2 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
with:
version: ${{ needs.prerequisites.outputs.version }}

name: master
name: main
on:
workflow_dispatch: {}
push:
branches:
- master
- main
paths-ignore:
- "**.md"
tags-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resync-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: peter-evans/create-pull-request@v3.12.0
with:
author: pulumi-bot <bot@pulumi.com>
base: master
base: main
body: This pull request was generated automatically by the resync-build workflow
in this repository.
branch: pulumi-bot/resync-${{ github.run_id}}
Expand Down

0 comments on commit db0fbfa

Please sign in to comment.