From e09f1f68f05188a8592b4c435889a0d220ed8065 Mon Sep 17 00:00:00 2001 From: Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram Date: Tue, 6 Jun 2023 15:27:27 +0400 Subject: [PATCH] Trigger build --- .github/workflows/git-tag.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-tag.yml b/.github/workflows/git-tag.yml index c26d9df..8b19454 100644 --- a/.github/workflows/git-tag.yml +++ b/.github/workflows/git-tag.yml @@ -3,7 +3,7 @@ on: push: branches: - "master" - workflow_dispatch: + workflow_dispatch: branches: - "master" jobs: diff --git a/README.md b/README.md index c802ff7..b350202 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ docker run -it -p 8082:8080 ghcr.io/islamic-network/aladhan.com:latest You can now visit http://localhost:8082/ and start using it. -### Build and Contribute +### Build and Contribute **Please note that the Dockerfile included builds a production ready container which has opcache switched on and xdebug turned off, so you will only see your changes every 5 minutes if you are developing. To actively develop, change the ```FROM ghcr.io/islamic-network/php:8.0-apache``` line to ```ghcr.io/islamic-network/php:8.0-apache-dev```.**