From cf5801e3b72f0e07fad98a996713330d31952218 Mon Sep 17 00:00:00 2001 From: CensoredUsername Date: Tue, 20 Feb 2024 12:25:48 +0100 Subject: [PATCH] Edit readme and integration settings for the legacy branch. --- .github/workflows/python-app.yaml | 6 ++---- README.md | 5 +++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index cc9741b8..c76db8b2 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -1,13 +1,11 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Test build and run tests on: push: - branches: [ master, dev ] + branches: [ legacy, legacy-dev ] pull_request: - branches: [ master, dev ] + branches: [ legacy, legacy-dev ] jobs: tests-py2: diff --git a/README.md b/README.md index c4165588..0b450a48 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ script files. It will not extract files from .rpa archives. For that, use [rpatool](https://github.com/Shizmob/rpatool) or [UnRPA](https://github.com/Lattyware/unrpa). +You are viewing the legacy branch of the project, which supports ren'py 6 and 7. ## Status -master:[![Build Status](https://github.com/CensoredUsername/unrpyc/actions/workflows/python-app.yaml/badge.svg?branch=master)](https://github.com/CensoredUsername/unrpyc/actions/workflows/python-app.yaml) +legacy:[![Build Status](https://github.com/CensoredUsername/unrpyc/actions/workflows/python-app.yaml/badge.svg?branch=legacy)](https://github.com/CensoredUsername/unrpyc/actions/workflows/python-app.yaml) -dev:[![Build Status](https://github.com/CensoredUsername/unrpyc/actions/workflows/python-app.yaml/badge.svg?branch=dev)](https://github.com/CensoredUsername/unrpyc/actions/workflows/python-app.yaml) +legacy-dev:[![Build Status](https://github.com/CensoredUsername/unrpyc/actions/workflows/python-app.yaml/badge.svg?branch=legacy-dev)](https://github.com/CensoredUsername/unrpyc/actions/workflows/python-app.yaml) ## Usage