This commit is contained in:
Bozhidar Slaveykov 2024-04-07 00:38:47 +03:00
parent 72986602ac
commit ec67141ff1
2 changed files with 6 additions and 6 deletions

View file

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

View file

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