freenginx-build.yaml: fix: tag name

This commit is contained in:
Minoplhy 2024-09-22 06:00:28 +00:00 committed by GitHub
parent 2649f894a5
commit 5d4918ef67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ run-name: Nginx Build
on: on:
push: push:
tags: tags:
- nginx-* - freenginx-*
jobs: jobs:
build_nginx: build_nginx:
runs-on: [ubuntu-latest] runs-on: [ubuntu-latest]