update branch for GitHub Actions / dependabot

This commit is contained in:
Daniel Micay 2021-04-23 23:07:42 -04:00
parent a49704e47f
commit a9701f3a65
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: daily
target-branch: master target-branch: main

View File

@ -3,7 +3,7 @@ name: Lint nginx configuration
on: on:
pull_request: pull_request:
push: push:
branches: [master] branches: [main]
jobs: jobs:
static: static:

View File

@ -3,7 +3,7 @@ name: Validate and process static files
on: on:
pull_request: pull_request:
push: push:
branches: [master] branches: [main]
jobs: jobs:
static: static: