update branch for GitHub Actions / dependabot
This commit is contained in:
parent
a49704e47f
commit
a9701f3a65
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -4,4 +4,4 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
target-branch: master
|
||||
target-branch: main
|
||||
|
2
.github/workflows/nginx.yml
vendored
2
.github/workflows/nginx.yml
vendored
@ -3,7 +3,7 @@ name: Lint nginx configuration
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
static:
|
||||
|
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
@ -3,7 +3,7 @@ name: Validate and process static files
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
static:
|
||||
|
Loading…
x
Reference in New Issue
Block a user