Skip to content

Commit

Permalink
Rename branch master to main in CI lint (#19)
Browse files Browse the repository at this point in the history
Rename branch master to main in CI

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
  • Loading branch information
sivanantha321 authored Dec 24, 2023
1 parent a6b114e commit 853da9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "OpenApi lint"

on:
push:
branches: [ master, release* ]
branches: [ main, release* ]
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 853da9f

Please sign in to comment.