Skip to content

Commit

Permalink
Tools: Rename default branch to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKoestler committed Nov 6, 2024
1 parent 7b4814a commit a53a00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI Build and OpenAPI Spec Generation
on:
push:
branches:
- master
- main
- feature/**
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit a53a00f

Please sign in to comment.