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 | |
| parent | 6da3fe8403eb816bc3ec90c5e726f784df416c9b (diff) | |
run GitHub workflows on pushes to any branch
Diffstat (limited to '.github')
| -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: |
