Skip to content

Commit

Permalink
Adjust references to new default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mweirauch committed Dec 14, 2023
1 parent b82313e commit 1ba8cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: "master"
ref: ${{ github.event.repository.default_branch }}

- name: Set up toolchain
uses: actions-rs/toolchain@v1
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 @@
A tool to conveniently ignore files and folders from Dropbox sync.

![License Apache-2.0 or MIT](https://img.shields.io/badge/license-Apache--2.0%20or%20MIT-blue)
[![Build status](https://img.shields.io/github/actions/workflow/status/mweirauch/dropignore/ci.yml?logo=GitHub)](https://github.com/mweirauch/dropignore/actions?query=workflow%3ACI+branch%3Amaster)
[![Build status](https://img.shields.io/github/actions/workflow/status/mweirauch/dropignore/ci.yml?logo=GitHub)](https://github.com/mweirauch/dropignore/actions?query=workflow%3ACI+branch%3Amain)

## What this tool is and is not

Expand Down

0 comments on commit 1ba8cf9

Please sign in to comment.