update branch for GitHub Actions / dependabot

This commit is contained in:
Daniel Micay 2021-04-23 23:23:06 -04:00
parent ce254aecc0
commit 30ce9f1e3e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,7 +3,7 @@ name: Build application
on:
pull_request:
push:
branches: [master]
branches: [main]
jobs:
build: