From 724d1cb7239c1591eb46b84d4b91fbdfcb279de9 Mon Sep 17 00:00:00 2001 From: Sylvain Pelissier Date: Sun, 8 Oct 2023 07:09:57 +0000 Subject: [PATCH] Use main branch --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9eeb17..f025baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ env: on: push: branches: - - master + - main pull_request: jobs: diff --git a/README.md b/README.md index e1120da..9fd4a2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # r2yara -[![GithubCI Status](https://github.com/radareorg/r2yara/workflows/CI/badge.svg?branch=master)](https://github.com/radareorg/radare2-extras/actions?query=workflow%3A%22ci%22)] +[![GithubCI Status](https://github.com/radareorg/r2yara/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/radareorg/r2yara/actions/workflows/ci.yml?query=branch%3Amain) r2 and yara, better together!