update
This commit is contained in:
parent
72986602ac
commit
ec67141ff1
2 changed files with 6 additions and 6 deletions
6
.github/workflows/compile-ngix-package.yml
vendored
6
.github/workflows/compile-ngix-package.yml
vendored
|
@ -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
|
||||
|
|
6
.github/workflows/compile-php-package.yml
vendored
6
.github/workflows/compile-php-package.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue