run GitHub workflows on pushes to any branch
This commit is contained in:
parent
6da3fe8403
commit
619e21027b
5
.github/workflows/nginx.yml
vendored
5
.github/workflows/nginx.yml
vendored
@ -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:
|
||||||
|
5
.github/workflows/static.yml
vendored
5
.github/workflows/static.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user