diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-16 15:56:08 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-16 15:56:08 -0400 |
| commit | 619e21027ba7fc8aab36a9bdfbe6c1f93f9a5ac1 (patch) | |
| tree | ca7cf6864db399e692b3eb7a22db85e6a8cb8b25 /.github/workflows/static.yml | |
| parent | 6da3fe8403eb816bc3ec90c5e726f784df416c9b (diff) | |
run GitHub workflows on pushes to any branch
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: |
