Bozhidar Slaveykov 1 年之前
父节点
当前提交
ec67141ff1
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      .github/workflows/compile-ngix-package.yml
  2. 3 3
      .github/workflows/compile-php-package.yml

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

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

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

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