run GitHub workflows on pushes to any branch

This commit is contained in:
Daniel Micay 2021-07-16 15:56:08 -04:00
parent 6da3fe8403
commit 619e21027b
2 changed files with 2 additions and 8 deletions

View File

@ -1,9 +1,6 @@
name: Lint nginx configuration
on:
pull_request:
push:
branches: [main]
on: [pull_request, push]
jobs:
static:

View File

@ -1,9 +1,6 @@
name: Validate and process static files
on:
pull_request:
push:
branches: [main]
on: [pull_request, push]
jobs:
static: