From 0539c94e79cf2707b03494382472d67832955d45 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 24 Jan 2023 13:40:38 -0500 Subject: [PATCH] New default branch name --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1c73922..272d3e9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,9 @@ name: Docker Image CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: DHUB_UNAME: ${{ secrets.DHUB_UNAME }}