diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nginx.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/static.yml | 5 |
2 files changed, 2 insertions, 8 deletions
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: |
