From 97a5f85d5d91cecea04a0261e2933b65a21a52ff Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Sun, 26 Nov 2023 01:08:38 +0200 Subject: [PATCH] update --- .../{compile-ngix-package.yml_ => compile-ngix-package.yml} | 6 ++---- .github/workflows/compile-php-package.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) rename .github/workflows/{compile-ngix-package.yml_ => compile-ngix-package.yml} (90%) diff --git a/.github/workflows/compile-ngix-package.yml_ b/.github/workflows/compile-ngix-package.yml similarity index 90% rename from .github/workflows/compile-ngix-package.yml_ rename to .github/workflows/compile-ngix-package.yml index a0e830b..70a843e 100644 --- a/.github/workflows/compile-ngix-package.yml_ +++ b/.github/workflows/compile-ngix-package.yml @@ -1,9 +1,7 @@ -name: Compile PhyrePanel NGINX Packages +name: Compile Phyre NGINX Package on: - push: - branches: [ "main" ] - pull_request: + release: branches: [ "main" ] permissions: diff --git a/.github/workflows/compile-php-package.yml b/.github/workflows/compile-php-package.yml index 2b1c580..26b1683 100644 --- a/.github/workflows/compile-php-package.yml +++ b/.github/workflows/compile-php-package.yml @@ -1,9 +1,7 @@ -name: Compile PhyrePanel PHP Packages +name: Compile Phyre PHP Package on: - push: - branches: [ "main" ] - pull_request: + release: branches: [ "main" ] permissions: