From 10d913ec401640495c91f4f3c77c265306627fda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Carlos=20Palma?= <joaocarlospalma.io@gmail.com>
Date: Sat, 25 Nov 2023 00:48:01 +0000
Subject: [PATCH] Disable scheduled and branch triggers for publish

---
 .github/workflows/docker-publish.yml | 7 ++++---
 README.md                            | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 79e7fe2..c717408 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -6,11 +6,12 @@ name: Docker Build and Publish
 # documentation.
 
 on:
-  schedule:
-    - cron: '21 5 * * 0'
+  #schedule:
+  #  - cron: '21 5 * * 0'
   push:
-    branches: [ "main" ]
+    #branches: [ "main" ]
     # Publish semver tags as releases.
+    # Only run job if on tags and if the tag matches pattern.
     tags: [ 'v*.*.*' ]
   pull_request:
     branches: [ "main" ]
diff --git a/README.md b/README.md
index 7875a77..7d2a7c3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# AIO-plutonium-t6 [An all-in-one plutonium server, Easier]
+# AIO-Plutonium-T6 [An all-in-one plutonium server, Easier]
 
-[![build images](https://github.com/thejcpalma/AIO-plutonium-t6-server-docker-setup/actions/workflows/docker-images.yml/badge.svg?branch=main)](https://github.com/thejcpalma/AIO-plutonium-t6-server-docker-setup/actions/workflows/docker-images.yml)
+[![Docker Image Build](https://github.com/thejcpalma/aio-plutonium-t6/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/thejcpalma/aio-plutonium-t6/actions/workflows/docker-image.yml/badge.svg?branch=main) [![Docker Build and Publish](https://github.com/thejcpalma/aio-plutonium-t6/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/thejcpalma/aio-plutonium-t6/actions/workflows/docker-publish.yml)
 
 Files Used to Build and run a [Plutonium](https://plutonium.pw) Server and a [IW4Admin](https://github.com/RaidMax/IW4M-Admin) Panel in docker