Update nginx.yml

This commit is contained in:
fab 2025-01-16 14:05:23 +01:00 committed by GitHub
parent e8da4c3d28
commit a698c9a397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: Validate Nginx Configuration
name: Validate Nginx Configuration with WAF Rules
on:
push:
@ -9,7 +9,7 @@ on:
- main # Trigger on pull request to main branch
jobs:
validate-nginx:
validate-nginx-configuration:
runs-on: ubuntu-latest
steps: