Bozhidar Slaveykov 1 year ago
parent
commit
ec67141ff1

+ 3 - 3
.github/workflows/compile-ngix-package.yml

@@ -2,9 +2,9 @@ name: Compile Phyre NGINX Package
 
 
 on:
 on:
   push:
   push:
-    branches: [ "main" ]
-  pull_request:
-    branches: [ "main" ]
+    # Pattern matched against refs/tags
+    tags:
+      - '**'
 
 
 permissions:
 permissions:
   contents: read
   contents: read

+ 3 - 3
.github/workflows/compile-php-package.yml

@@ -2,9 +2,9 @@ name: Compile Phyre PHP Package
 
 
 on:
 on:
   push:
   push:
-    branches: [ "main" ]
-  pull_request:
-    branches: [ "main" ]
+    # Pattern matched against refs/tags
+    tags:
+      - '**'
 
 
 permissions:
 permissions:
   contents: read
   contents: read