Skip to content

Commit

Permalink
Change default branch from master to main (#3174)
Browse files Browse the repository at this point in the history
* master -> main

* undo formatting
  • Loading branch information
mgyucht authored Jan 29, 2024
1 parent 39cb0d4 commit 86d78e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: '41 1 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
inputs:
base:
description: "Base ref"
default: "master"
default: "main"
required: true
head:
description: "Head ref"
default: "master"
default: "main"
required: true

jobs:
Expand Down

0 comments on commit 86d78e2

Please sign in to comment.