Skip to content

Commit

Permalink
Fix main branch in ci-mgmt config (#354)
Browse files Browse the repository at this point in the history
- Allows us to check the master build runs correctly when merging PRs.
  • Loading branch information
danielrbradley authored Aug 22, 2024
1 parent 152efcd commit 98a7247
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 @@ -3,6 +3,7 @@ env:
PULUMI_MISSING_DOCS_ERROR: true
XYZ_REGION: "us-west-2"
makeTemplate: bridged
providerDefaultBranch: main
pulumiConvert: 1
goBuildParallelism: 2
major-version: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/community-moderation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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 @@ -170,12 +170,12 @@ jobs:
- dotnet
- go
- java
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 @@ -66,7 +66,7 @@ jobs:
uses: peter-evans/[email protected]
with:
author: pulumi-bot <[email protected]>
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 98a7247

Please sign in to comment.