From 095f193ff520cde869f7269892ecefbba6137a37 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 21 Apr 2023 11:58:08 +0300 Subject: [PATCH] use main --- .github/workflows/ci-build.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ae6e079..a06db4b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -2,9 +2,9 @@ name: ci-build on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: build: diff --git a/README.md b/README.md index ea258ee..ce3462a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OIDC-test-client -![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/beryju/oidc-test-client/ci-build.yml?branch=master&style=for-the-badge) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/beryju/oidc-test-client/ci-build.yml?branch=main&style=for-the-badge) This is a small, golang-based OIDC Client, to be used in End-to-end or other testing. It uses the github.com/coreos/go-oidc Library for the actual OIDC Logic.