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 name: Lint nginx configuration
on: on: [pull_request, push]
pull_request:
push:
branches: [main]
jobs: jobs:
static: static:

View File

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