From 2a6356d3f6add457070e34bf7cfa59eb83978f47 Mon Sep 17 00:00:00 2001 From: Mufassil Yasir Date: Fri, 22 Dec 2023 19:50:00 +0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d54e62d8..68ae3f2b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,5 @@ name: Deploy - +# on: push: branches: [ main ] @@ -34,4 +34,4 @@ jobs: find . -type f -exec chmod 664 {} \; find . -type d -exec chmod 775 {} \; chgrp -R www-data storage bootstrap/cache - chmod -R ug+rwx storage bootstrap/cache \ No newline at end of file + chmod -R ug+rwx storage bootstrap/cache