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