From ca09e6eefec504eb9dec0030696c1b9b5cdc6a1b Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 4 Sep 2025 20:58:53 +1000 Subject: [PATCH] switch default from plugin_api_v2 to main branch --- .github/workflows/python-passed.yml | 4 ++-- .github/workflows/updater.yaml | 2 +- .github/workflows/website-deploy.yml | 2 +- README.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-passed.yml b/.github/workflows/python-passed.yml index 6f31e4574..f57c715ec 100644 --- a/.github/workflows/python-passed.yml +++ b/.github/workflows/python-passed.yml @@ -1,7 +1,7 @@ name: Update tested plugins on: push: - branches: [ plugin_api_v2 ] + branches: [ main ] paths: - 'plugins.json' jobs: @@ -31,4 +31,4 @@ jobs: with: commit_message: "Update Tested plugins" push_options: --force - branch: plugin_api_v2 \ No newline at end of file + branch: main \ No newline at end of file diff --git a/.github/workflows/updater.yaml b/.github/workflows/updater.yaml index 4e0f276e2..f739efa0d 100644 --- a/.github/workflows/updater.yaml +++ b/.github/workflows/updater.yaml @@ -38,4 +38,4 @@ jobs: with: commit_message: "auto updated plugins" push_options: --force - branch: plugin_api_v2 + branch: main diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index cfb2ccc2d..97f52c911 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -2,7 +2,7 @@ name: Deploy Website on: push: - branches: [ plugin_api_v2 ] + branches: [ main ] paths: - 'plugins.json' workflow_dispatch: diff --git a/README.md b/README.md index 1a3a3900f..0551fe615 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the information for community-made plugins used in [Flow](https://github.com/Flow-Launcher/Flow.Launcher) and how to make new submissions. -[![AutoUpdate](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/actions/workflows/updater.yaml/badge.svg?branch=plugin_api_v2)](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/actions/workflows/updater.yaml) +[![AutoUpdate](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/actions/workflows/updater.yaml/badge.svg?branch=main)](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/actions/workflows/updater.yaml) ## Plugin list @@ -10,7 +10,7 @@ Looking for a list of currently available plugins in Flow? Visit [here](https:// ## How to submit your plugin -1. Create a file named `${name}-${uuid}.json` in the [plugins](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/tree/plugin_api_v2/plugins) directory. +1. Create a file named `${name}-${uuid}.json` in the [plugins](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/tree/main/plugins) directory. 2. Copy these items from your plugin project's `plugin.json` file: - `ID` - `Name`