Skip to content

Commit

Permalink
Update branch name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Mar 14, 2024
1 parent b6c6cf4 commit 19596b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Release

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This library serves as a .NET wrapper for the [1Password](https://1password.com/) command-line tool
op.exe ( [Download](https://app-updates.agilebits.com/product_history/CLI2) | [Documentation](https://developer.1password.com/docs/cli/reference) ).

[![main](https://img.shields.io/github/actions/workflow/status/jscarle/OnePassword.NET/master.yml?logo=github)](https://github.com/jscarle/OnePassword.NET)
[![main](https://img.shields.io/github/actions/workflow/status/jscarle/OnePassword.NET/main.yml?logo=github)](https://github.com/jscarle/OnePassword.NET)
[![nuget](https://img.shields.io/nuget/v/OnePassword.NET)](https://www.nuget.org/packages/OnePassword.NET)
[![downloads](https://img.shields.io/nuget/dt/OnePassword.NET)](https://www.nuget.org/packages/OnePassword.NET)

Expand Down
2 changes: 1 addition & 1 deletion docfx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _layout: landing
This library serves as a .NET wrapper for the [1Password](https://1password.com/) command-line tool
op.exe ( [Download](https://app-updates.agilebits.com/product_history/CLI2) | [Documentation](https://developer.1password.com/docs/cli/reference) ).

[![main](https://img.shields.io/github/actions/workflow/status/jscarle/OnePassword.NET/master.yml?logo=github)](https://github.com/jscarle/OnePassword.NET)
[![main](https://img.shields.io/github/actions/workflow/status/jscarle/OnePassword.NET/main.yml?logo=github)](https://github.com/jscarle/OnePassword.NET)
[![nuget](https://img.shields.io/nuget/v/OnePassword.NET)](https://www.nuget.org/packages/OnePassword.NET)
[![downloads](https://img.shields.io/nuget/dt/OnePassword.NET)](https://www.nuget.org/packages/OnePassword.NET)

Expand Down

0 comments on commit 19596b4

Please sign in to comment.