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