Skip to content

Commit

Permalink
chore: Update default branch references
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
  • Loading branch information
joonas committed Jun 7, 2024
1 parent c5f97d8 commit a3d5680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build

on:
push:
branches: [master]
branches:
- main
pull_request:

env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://github.com/wasmCloud/nkeys/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/wasmCloud/nkeys/actions/workflows/build.yaml)
[![Build Status](https://github.com/wasmCloud/nkeys/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/wasmCloud/nkeys/actions/workflows/build.yaml)

# NKeys

Expand Down

0 comments on commit a3d5680

Please sign in to comment.