diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index 5d0f5269..e8fa2cf9 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -1,9 +1,6 @@ name: Lint nginx configuration -on: - pull_request: - push: - branches: [main] +on: [pull_request, push] jobs: static: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 11c00acb..a1ddefad 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,9 +1,6 @@ name: Validate and process static files -on: - pull_request: - push: - branches: [main] +on: [pull_request, push] jobs: static: