update branch for GitHub Actions / dependabot
This commit is contained in:
parent
ce254aecc0
commit
30ce9f1e3e
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/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -3,7 +3,7 @@ name: Build application
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user