Skip to content

Commit

Permalink
prepare for renaming master to main (#1174)
Browse files Browse the repository at this point in the history
Prepare this repo for switching its main branch name to `main` by
making the workflows run on both `master` and `main`.  Some workflows
already run that way, but make sure all of them do, ahead of going
ahead and renaming it.

Once the branch is renamed, we can drop the build on `master` here.
  • Loading branch information
tgummerer authored May 23, 2024
1 parent 0806784 commit 26935c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "master", "main" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "main" ]
schedule:
- cron: '31 7 * * 6'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Pulumi
on:
push:
branches:
- master
- main
jobs:
up:
name: Preview
Expand Down

0 comments on commit 26935c7

Please sign in to comment.