From a9701f3a65e7e9256ce5b6f135476176e84ebf12 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 23 Apr 2021 23:07:42 -0400 Subject: [PATCH] update branch for GitHub Actions / dependabot --- .github/dependabot.yml | 2 +- .github/workflows/nginx.yml | 2 +- .github/workflows/static.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6016b70..bf0377df 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/nginx.yml b/.github/workflows/nginx.yml index 5886da64..5d0f5269 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -3,7 +3,7 @@ name: Lint nginx configuration on: pull_request: push: - branches: [master] + branches: [main] jobs: static: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b463db78..424cd69d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -3,7 +3,7 @@ name: Validate and process static files on: pull_request: push: - branches: [master] + branches: [main] jobs: static: