Change default branch to main

This commit is contained in:
Maschell 2023-04-01 07:48:13 +02:00
parent f4e3f1e764
commit 36bd6f0208
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Publish Docker Image
on:
push:
branches:
- master
- main
jobs:
clang-format:
runs-on: ubuntu-22.04