diff --git a/.github/workflows/docker-sync-experimental.yml b/.github/workflows/docker-sync-experimental.yml index 5e76845..22c2e8e 100644 --- a/.github/workflows/docker-sync-experimental.yml +++ b/.github/workflows/docker-sync-experimental.yml @@ -10,13 +10,6 @@ on: paths-ignore: - '.github/**' - 'README.md' - pull_request: - types: - - closed - paths-ignore: - - '.github/**' - - 'README.md' - branches: [ "experimental" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/docker-sync-readme.yml b/.github/workflows/docker-sync-readme.yml index c062ed0..0aba48a 100644 --- a/.github/workflows/docker-sync-readme.yml +++ b/.github/workflows/docker-sync-readme.yml @@ -9,12 +9,6 @@ on: branches: [ "master" ] paths: - 'README.md' - pull_request: - types: - - closed - paths: - - 'README.md' - branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/docker-sync.yml b/.github/workflows/docker-sync.yml index 24fa0a4..ce614a0 100644 --- a/.github/workflows/docker-sync.yml +++ b/.github/workflows/docker-sync.yml @@ -10,13 +10,6 @@ on: paths-ignore: - '.github/**' - 'README.md' - pull_request: - types: - - closed - paths-ignore: - - '.github/**' - - 'README.md' - branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index 81d4ab7..3e4d4e6 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,11 @@ This command is used to remove a record from the Db. Use /membarr dbls to determ > For Manual an Docker setup, see below 1. Ensure you have the Community Applications plugin installed. -2. Inside the Community Applications app store, search for Invitarr. +2. Inside the Community Applications app store, search for Membarr. 3. Click the Install Button. -4. On the following Add Container screen, Change repository to yoruio/invitarr:latest -5. Add discord bot token. -6. Click apply -7. Finish setting up using [Setup Commands](#after-bot-has-started) +4. Add discord bot token. +5. Click apply +6. Finish setting up using [Setup Commands](#after-bot-has-started) # Manual Setup (For Docker, see below)