diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78fc06f..4b8abd7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: directory: "/" schedule: interval: daily - target-branch: master + target-branch: main diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1aab6a3..2548161 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build application on: pull_request: push: - branches: [master] + branches: [main] jobs: build: