diff --git a/.github/workflows/Docker-Build-Guide.md b/.github/workflows/Docker-Build-Guide.md index 72a0c62..09d9f05 100644 --- a/.github/workflows/Docker-Build-Guide.md +++ b/.github/workflows/Docker-Build-Guide.md @@ -15,7 +15,7 @@

⚙️ Customizations

You can also customize the behaviour of Docker Image Build tool as per your needs!😉

🔫 Trigger Customization:

-

To set the condition "When Workflow should be triggered?", you can use customize following code:

+

To set the condition "When Workflow should be triggered?", you can customize following code:

https://github.com/TheCaduceus/CloneBot_V2/blob/dbbd61dc0430a5bc8eda672ef4e123a9ee5c2794/.github/workflows/docker-publish.yml#L3-L12

by default, Workflow will be triggered only if user manually do it from Actions Tab otherwise if automatic workflow trigger is enabled then it will get triggered automatically when there is new commit (including Pull Request) in main branch which can be changed.

✏️ Environment Variables: